-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
50
51
{
"name": "idtdesign-idtfrontend",
"description": "idtfrontend",
"version": "0.0.0",
"author": "idtdesign",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"docpad": "~6.78.3",
"docpad-plugin-coffeescript": "~2.5.0",
"docpad-plugin-copy": "~2.1.3",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-geturl": "~2.1.1",
"docpad-plugin-ghpages": "~2.4.4",
"docpad-plugin-grunt": "git://github.com/interpaul/docpad-plugin-grunt.git#v211compiled",
"docpad-plugin-highlightjs": "~2.3.0",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-moment": "~2.0.2",
"docpad-plugin-partials": "~2.9.2",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^0.8.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dr-svg-sprites": "^0.9.9",
"grunt-modernizr": "^0.6.0",
"grunt-newer": "^0.7.0",
"grunt-shell": "^0.7.0",
"grunt-svg2png": "^0.2.5",
"grunt-svg2string": "^0.1.2",
"grunt-svgstore": "^0.3.1",
"grunt-text-replace": "^0.3.12"
},
"devDependencies": {
"bower": "~1.3.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-shell-spawn": "^0.3.10",
"time-grunt": "^1.3.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad run",
"postinstall": "node ./node_modules/bower/bin/bower install"
}
}