-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
31 lines (31 loc) · 866 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
{
"name": "www.webplatform.org",
"version": "1.3.0",
"description": "WebPlatform Homepage",
"author": "Renoir Boulanger <renoir@w3.org>",
"license": "CC-BY-3.0",
"engines": {
"node": ">=0.12"
},
"bugs": {
"url": "https://github.com/webplatform/www.webplatform.org/issues"
},
"homepage": "https://github.com/webplatform/www.webplatform.org#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/webplatform/www.webplatform.org.git"
},
"main": "node_modules/.bin/docpad-server",
"scripts": {
"start": "node_modules/.bin/docpad-server",
"compile": "node_modules/.bin/docpad-compile"
},
"dependencies": {
"bower": "~1.5",
"docpad": "~6.78",
"docpad-plugin-eco": "~2.1",
"docpad-plugin-marked": "~2.2",
"docpad-plugin-frontend": "~2.0",
"docpad-plugin-partials": "~2.9"
}
}