-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1000 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
{
"name": "slidewinder_docs",
"version": "1.0.0",
"description": "Community documentation for the slidewinder project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slidewinder/docs.git"
},
"author": "Richard Smith-Unna",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/slidewinder/docs/issues"
},
"homepage": "https://slidewinder.io/docs",
"gh-pages-deploy": {
"staticpath": "html",
"prep": [
"render"
],
"noprompt": "true"
},
"dependencies": {
"gh-pages-deploy": "^0.1.1",
"submarine": "0.2.4"
},
"main": "index.js",
"scripts": {
"render": "submarine markdown html --template=template.html && submarine markdown/how_to_help html/how_to_help --template=template.html && submarine markdown/how_to_help/code html/how_to_help/code --template=template.html",
"deploy": "gh-pages-deploy"
}
}