-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "2016.jsconfbp.com",
"version": "1.0.1",
"private": true,
"description": "JSConf Budapest 2016",
"homepage": "http://jsconfbp.com",
"keywords": [
"jsconf",
"conference",
"budapest",
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp"
],
"author": "[email protected]",
"maintainers": [],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/JSConfBp/2016.jsconfbp.com"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"docpad": "~6.75.2",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-ghpages": "~2.4.4",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2",
"docpad-plugin-sass": "~2.7.4"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"watch": "node_modules/docpad/bin/docpad run",
"generate": "node_modules/docpad/bin/docpad generate",
"deploy": "node_modules/.bin/docpad deploy-ghpages --silent --env static"
}
}