-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "tailnative",
"version": "0.3.2",
"main" : "tailnative",
"description": "Native (C++) Re-Implemetation of 'tail -f' command",
"scripts": {
"install": "CXX=g++ node-gyp configure build"
},
"keywords": [
"package",
"tail",
"tail -f",
"realtime line"
],
"maintainers": [
{
"name": "Marco Rondini",
"email": "white_sheep@ihteam.net",
"web": "http://www.marcorondini.eu"
}
],
"contributors": [],
"bugs": {
"mail": "white_sheep@ihteam.net",
"url": "https://github.com/whitesheep/node-tail-native/issues"
},
"licenses": [
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/whitesheep/node-tail-native.git"
}
],
"os": ["linux", "macos", "win","darwin","win32"],
"cpu": ["x86", "ppc", "x86_64", "ia32", "x64"]
}