-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 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
50
51
{
"name": "licensor",
"description": "generate LICENSE and related files from package.json",
"version": "4.3.0",
"author": "Kyle E. Mitchell <[email protected]> (https://kemitchell.com)",
"bin": "./licensor",
"dependencies": {
"apache-2.0": "^1.0.7",
"apache-2.0-header": "^1.0.1",
"blueoak-1.0.0": "^1.0.0",
"cc0-1.0": "^1.0.5",
"docopt": "^0.6.2",
"glob": "^7.1.2",
"gpl-3.0": "^1.0.1",
"jslicense-0bsd": "^0.1.0",
"jslicense-bsd-2-clause": "^0.1.0",
"jslicense-bsd-3-clause": "^0.1.0",
"jslicense-isc": "^0.1.0",
"jslicense-mit": "^0.1.0",
"jslicense-upl-1.0": "^1.0.2",
"jslicense-wtfpl": "^0.1.0",
"json-preserve-indent": "^1.1.3",
"normalize-package-data": "^2.4.0",
"word-wrap": "^1.1.0"
},
"devDependencies": {
"standard": "^10.0.3",
"tap": "^10.7.2"
},
"files": [
"LICENSE",
"NOTICE",
"README.md",
"licensor"
],
"homepage": "http://jslicense.org",
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata",
"package"
],
"license": "Apache-2.0",
"repository": "jslicense/licensor.js",
"scripts": {
"test": "tap tests/**/test.js",
"lint": "standard"
}
}