-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
47
48
49
{
"name": "vanilla-docs",
"private": true,
"dependencies": {
"docpad": "6.x.x",
"docpad-plugin-cleanurls": "*",
"docpad-plugin-eco": "*",
"docpad-plugin-highlightjs": "*",
"docpad-plugin-marked": "*",
"docpad-plugin-partials": "*",
"docpad-plugin-shortcodeparser": "*",
"docpad-plugin-tree": "*"
},
"devDependencies": {
"bower": "1.x.x",
"grunt": "0.4.x",
"grunt-autoprefixer": "1.x.x",
"grunt-cdnify": "0.0.x",
"grunt-cli": "0.1.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-connect": "0.8.x",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-cssmin": "0.10.x",
"grunt-contrib-htmlmin": "0.3.x",
"grunt-contrib-less": "0.11.x",
"grunt-contrib-uglify": "0.5.x",
"grunt-contrib-watch": "0.6.x",
"grunt-filerev": "0.2.x",
"grunt-gh-pages": "0.9.x",
"grunt-manifest": "0.4.x",
"grunt-uncss": "0.3.x",
"grunt-usemin": "2.x.x",
"grunt-wiredep": "1.x.x",
"load-grunt-config": "0.10.x",
"time-grunt": "1.x.x"
},
"scripts": {
"start": "grunt serve",
"build": "grunt",
"clean": "grunt clean",
"deploy": "grunt deploy",
"install": "bower install"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.4"
}
}