-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 1017 Bytes
/
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
{
"name": "nsp",
"description": "Node Security Project command line tool",
"version": "0.2.0",
"author": "Node Security Project",
"bin": "./bin/nsp-cli.js",
"bugs": "https://github.com/nodesecurity/nsp/issues",
"dependencies": {
"async": "^0.2.10",
"celeri": "git://github.com/diasdavid/celeri",
"cli-color": "^0.2.3",
"colors": "^0.6.2",
"minimist": "0.0.8",
"node-print": "0.0.4",
"npm-registry-client": "^0.4.5",
"npmconf": "^0.1.13",
"optimist": "~0.6.0",
"osenv": "0.0.3",
"read": "~1.0.5",
"request": "~2.34.0",
"semver": "^2.2.1",
"strscanner": "0.0.8",
"text-table": "^0.2.0"
},
"devDependencies": {
"precommit-hook": "^0.3.10"
},
"homepage": "https://nodesecurity.io",
"keywords": [
"nsp",
"security",
"node",
"shrinkwrap"
],
"license": "MIT",
"main": "index.js",
"repository": "git@github.com:nodesecurity/nsp.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
}
}