-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 971 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
{
"name": "pack-it-in",
"version": "0.0.10",
"description": "Analyses Licences of included NPM packages to ensure that they conform to your specifications.",
"main": "./main.js",
"bin": "./main.js",
"contributors": [
"Kirusi (http://github.com/kirusi)",
"Rocky Petkov <[email protected]> (http://github.com/revrocky)"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RevRocky/pack-it-in.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"glob": "^7.1.2",
"jstreemap": "^1.28.2",
"minimist": "^1.2.3",
"parse-yarn-lock": "^0.28.4",
"xlsx": "^0.17.0",
"xregexp": "^4.2.0"
},
"devDependencies": {
"should": "^13.2.3"
},
"homepage": "https://github.com/RevRocky/pack-it-in#readme",
"keywords": [
"package",
"license",
"licence",
"legal",
"report",
"analysis"
]
}