forked from dependency-check-team/dependency-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "dependency-check",
"version": "2.5.2",
"description": "checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json",
"main": "index.js",
"bin": {
"dependency-check": "cli.js"
},
"scripts": {
"test": "standard && node cli.js test/ && ./cli.js --transformer='tr A-Z a-z <$$' LOUD-test/"
},
"author": "max ogden",
"dependencies": {
"async": "^0.9.0",
"builtins": "^1.0.0",
"detective": "^4.0.0",
"minimist": "^0.1.0",
"read-package-json": "^1.2.2",
"resolve": "^0.7.1",
"is-relative": "^0.2.1",
"debug": "1.0.2"
},
"devDependencies": {
"standard": "^3.3.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/dependency-check.git"
},
"bugs": {
"url": "https://github.com/maxogden/dependency-check/issues"
},
"homepage": "https://github.com/maxogden/dependency-check",
"license": "BSD-3-Clause"
}