-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "nae-sandbox",
"version": "0.0.2-alpha",
"description": "Sandbox Environment for Node App Engine.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"travis-cov": {
"threshold": 90
}
},
"dependencies": {
"debug": ">=0.7.4"
},
"devDependencies": {
"nae-fs": "*",
"contributors": "*",
"mm": "*",
"should": "*",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*",
"mocha": "*"
},
"homepage": "https://github.com/node-app-engine/sandbox",
"repository": {
"type": "git",
"url": "git://github.com/node-app-engine/sandbox.git",
"web": "https://github.com/node-app-engine/sandbox"
},
"bugs": {
"url": "https://github.com/node-app-engine/sandbox/issues",
"email": "[email protected]"
},
"keywords": [
"nae", "sandbox", "module", "appengine", "safebox", "environment"
],
"engines": {
"node": ">= 0.11.9"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"license": "MIT"
}