-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
52
53
54
55
56
57
58
{
"name": "spdx-spec",
"version": "2.1.0",
"description": "The Software Package Data Exchange® (SPDX®) specification is a standard format for communicating the components, licenses and copyrights associated with software packages.",
"author": "Linux Foundation and its Contributors",
"contributors": [
{
"name": "Thomas Steenbergen",
"email": "opensource@steenbe.nl"
}
],
"repostitory": {
"type": "git",
"url": "/~https://github.com/spdx/spdx-spec"
},
"bugs": {
"url": "/~https://github.com/spdx/spdx-spec/issues"
},
"keywords": [
"SPDX",
"Software Package Data Exchange",
"SPDX-License-Identifier",
"specification",
"documentation",
"docs",
"licenses",
"license",
"linux foundation",
"id",
"identifiers",
"oss",
"open source",
"software"
],
"scripts": {
"preinstall": "(npm list gitbook-cli -g || npm install gitbook-cli -g) && (npm list gulp -g || npm install gulp -g)"
},
"dependencies": {
"gitbook": "3.2.2",
"gitbook-cli": "^2.3.0",
"gitbook-plugin-regexplace": "^2.1.2"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-filter": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^2.4.0",
"gulp-help": "^1.6.1",
"gulp-jsbeautifier": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-shell": "^0.6.3",
"gulp-remove-empty-lines": "^0.0.8",
"gulp-server-livereload": "^1.9.2"
},
"license": "CC-BY-3.0 AND MIT"
}