-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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": "file-license-validator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "lab -v --leaks --timeout 5000; lab -v --leaks --timeout 5000 --reporter html > coverage.html",
"lint": "eslint . --ext .js --ignore-pattern '**/test/**/*'",
"commit": "git-cz"
},
"bin": {
"file-license-validator": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aerex/file-license-validator.git"
},
"keywords": [
"nlf",
"node-license-validator",
"cli",
"node",
"validator"
],
"author": "Nana Amfo",
"license": "Apache-2",
"bugs": {
"url": "https://github.com/Aerex/file-license-validator/issues"
},
"homepage": "https://github.com/Aerex/file-license-validator#readme",
"devDependencies": {
"code": "^5.1.2",
"eslint": "^4.11.0",
"lab": "^15.1.2",
"standard-version": "^4.2.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.3.0",
"elasticlunr": "^0.9.5",
"graceful-fs": "^4.1.11",
"nlf": "^2.0.0",
"recursive-readdir": "^2.2.1",
"spdx-expression-validate": "^1.0.2",
"spdx-satisfies": "^0.1.3",
"uuid": "^3.1.0",
"yarg": "^1.0.8"
}
}