-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 994 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
{
"name": "generator-docs",
"version": "2.0.0",
"description": "WebPlatform Docs Static site generator",
"homepage": "https://github.com/webplatform/generator-docs#readme",
"license": "CC-BY-3.0",
"authors": [
"Renoir Boulanger <[email protected]>"
],
"bugs": {
"url": "https://github.com/webplatform/generator-docs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webplatform/generator-docs.git"
},
"main": "build.js",
"engines": {
"node": ">=4"
},
"scripts": {
"serve": "node serve",
"build": "node build",
"start": "node build"
},
"devDependencies": {
"bower": "*",
"express": "^4.13.3",
"handlebars": "^2.0",
"remarkable": "^1.6.0",
"highlight.js": "^8.8.0",
"metalsmith": "~2",
"metalsmith-assets": "^0.1.0",
"metalsmith-changed": "~0.2",
"metalsmith-layouts": "~1.4",
"metalsmith-ignore": "~0.1",
"metalsmith-markdown-remarkable": "^0.1.1"
}
}