-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
41 lines (41 loc) · 901 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": "npm-license",
"description": "Check license info for a module",
"author": "Duncan Wong <[email protected]>",
"version": "0.3.4",
"dependencies": {
"mkdirp": "~0.5.0",
"nopt": "~3.0.1",
"nopt-usage": "^0.1.0",
"package-license": "~0.2.1",
"pkginfo": "^0.4.1",
"read-installed": "~4.0.3",
"treeify": "~1.1.0",
"underscore": "~1.13.6"
},
"keywords": [
"license",
"cli",
"checker",
"oss"
],
"main": "./lib/index.js",
"bin": {
"npm-license": "./bin/npm-license"
},
"scripts": {},
"preferGlobal": "true",
"bugs": {
"url": "http://github.com/AceMetrix/npm-license/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/AceMetrix/npm-license/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/AceMetrix/npm-license.git"
}
}