forked from PUGVale/site-evento-python-vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 811 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
{
"name": "ConfBoilerplate",
"version": "0.2.0",
"description": "A kickstart to create websites for conference/events.",
"homepage": "https://github.com/braziljs/conf-boilerplate",
"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.78.1",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-ghpages": "^2.4.4",
"docpad-plugin-less": "^2.4.1",
"docpad-plugin-marked": "^2.3.0",
"docpad-plugin-partials": "^2.9.2"
}
}