forked from PUGVale/site-evento-python-vale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
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
{
"name": "ConfBoilerplate",
"version": "0.2.0",
"description": "A kickstart to create websites for conference/events.",
"homepage": "http://confboilerplate.com",
"repository": {
"type" : "git",
"url" : "http://github.com/braziljs/conf-boilerplate.git"
},
"engines": {
"node": ">0.8.x",
"npm": "1.1.x"
},
"scripts": {
"deploy": "node_modules/docpad/bin/docpad deploy-ghpages --env static",
"generate": "node_modules/docpad/bin/docpad generate --env static",
"watch": "node_modules/docpad/bin/docpad run"
},
"dependencies": {
"docpad": "6.30.x",
"docpad-plugin-eco": "2.0.2",
"docpad-plugin-marked": "2.1.1",
"docpad-plugin-partials": "2.6.1",
"docpad-plugin-less": "2.1.3",
"docpad-plugin-ghpages": "2.0.2"
}
}