-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
{
"name": "cupify_documentation",
"version": "0.0.1",
"description": "Cupify API documentation.",
"scripts": {
"serve": "NOCACHE=1 aglio -i ./docs/index.apib --theme-template ./assets/template/index.jade --theme-variables ./assets/style.less -s",
"build": "aglio -i ./docs/index.apib --theme-template ./assets/template/index.jade --theme-variables ./assets/style.less -o ./public/index.html",
"dredd": "npm run hercule && dredd",
"hercule": "hercule docs/index.apib --syntax aglio -o docs/full.apib"
},
"repository": {
"type": "git",
"url": "git@github.com/cupify/Documentation.git"
},
"engines": {
"node": "8.9.1"
},
"keywords": [
"cupify",
"api",
"documentation"
],
"author": {
"name": "Stefan Aichholzer",
"email": "play@analogbird.com",
"url": "https://github.com/aichholzer"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cupify/Documentation/issues"
},
"homepage": "https://github.com/cupify/Documentation#readme",
"devDependencies": {
"aglio": "^2.3.0",
"dredd": "^4.7.0",
"hercule": "^4.1.0"
}
}