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