-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.14 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "navelgazer",
"description": "A platform layer for gaze",
"version": "1.1.2",
"homepage": "https://github.com/shama/navelgazer",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com"
},
"repository": {
"type": "git",
"url": "git://github.com/shama/navelgazer.git"
},
"bugs": {
"url": "https://github.com/shama/navelgazer/issues"
},
"license": "MIT",
"main": "lib/navelgazer.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "node test/all.js | tap-spec",
"install": "node build.js",
"debug": "node-debug test/all.js",
"buildtest": "node build.js --force && npm test"
},
"dependencies": {
"bindings": "^1.2.1",
"graceful-fs": "^4.1.2",
"nan": "^2.1.0",
"nextback": "^0.1.0"
},
"devDependencies": {
"rimraf": "^2.5.0",
"tap-spec": "^4.1.1",
"tape": "^4.3.0",
"touch": "^1.0.0"
},
"keywords": [
"watch",
"watcher",
"watching",
"fs.watch",
"fswatcher",
"fs",
"utility"
],
"files": [
"lib",
"src",
"bin",
"build.js",
"binding.gyp",
"AUTHORS",
"LICENSE-MIT"
]
}