-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.02 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.02 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
42
43
44
45
46
47
{
"name": "nae-net",
"description": "safe protect for `net` module in NAE",
"keywords": [ "nae", "net" ],
"version": "0.1.1",
"author": "Aleafs Zhang (zhangxc83@gmail.com)",
"repository": {
"type": "git",
"url": "git@github.com:node-app-engine/net.git"
},
"homepage": "https://github.com/node-app-engine/net",
"bugs": {
"url": "https://github.com/node-app-engine/fs/issues",
"email": "fengmk2+nae@gmail.com"
},
"dependencies": {
"debug" : ">=0.7.4"
},
"devDependencies": {
"contributors": "*",
"benchmark" : "*",
"should" : ">=0.6.3",
"mocha" : ">=1.0.3",
"mm" : "*",
"blanket": "*",
"coveralls" : "*",
"travis-cov": "*",
"jshint" : "*",
"mocha-lcov-reporter": "*"
},
"scripts": {
"main" : "index.js",
"test" : "make test-all"
},
"config" : {
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 80
}
},
"engines": {
"node": ">=0.10.21"
},
"license": "MIT"
}