forked from yahoo/node-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "node-info",
"description": "view nodejs environment information",
"version": "1.0.2",
"author": "Suresh Kumar. M <[email protected]>",
"dependencies": {
"ejs": "~0.8.3",
"github-url-from-git": "~1.4.0",
"read-installed": "~3.1.0",
"read-package-json": "~1.2.7",
"timethat": "~0.0.2"
},
"devDependencies": {
"express": "~3.3.5",
"istanbul": "~0.1.8",
"jshint": "~0.9.0",
"mocha": "*",
"mockery": "^1.4.0"
},
"main": "./lib/index.js",
"keywords": [
"environment info",
"environment details",
"information",
"node-information",
"node-info",
"environment-info"
],
"scripts": {
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec ./test/unit/ni.js"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/node-info/blob/master/LICENSE"
}
],
"bugs": {
"url" : "https://github.com/yahoo/node-info/issues"
},
"repository": {
"type":"git",
"url":"https://github.com/yahoo/node-info.git"
}
}