forked from webcomponents/webcomponents.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1010 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
{
"private": true,
"dependencies": {
"docpad": "^6.78.1",
"docpad-plugin-cleanurls": "^2.7.0",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-ghpages": "^2.4.2",
"docpad-plugin-grunt": "^2.1.1",
"docpad-plugin-highlightjs": "^2.2.0",
"docpad-plugin-marked": "^2.2.0",
"docpad-plugin-moment": "^2.0.2",
"docpad-plugin-paged": "^2.2.4",
"docpad-plugin-partials": "^2.9.0",
"docpad-plugin-rss": "^2.1.4",
"docpad-plugin-tags": "^2.0.7"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-imageoptim": "^1.4.1",
"grunt-lintspaces": "^0.7.0",
"grunt-pagespeed": "^1.0.0",
"load-grunt-tasks": "^3.1.0"
},
"scripts": {
"build": "docpad generate --env static",
"deploy": "docpad deploy-ghpages --env static",
"test": "docpad generate --silent",
"watch": "docpad run --silent"
}
}