-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 964 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
28
29
30
31
32
33
34
35
36
{
"name": "no-skeleton.docpad",
"version": "0.1.0",
"description": "Smith & Robot Site",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"docpad": "~6.70.1",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-livereload": "~2.6.0",
"docpad-plugin-sass": "~2.7.3",
"docpad-plugin-ghpages": "~2.4.3",
"extend": "1.2.1",
"mkdirp": "0.3.5",
"safefs": "3.1.0",
"taskgroup": "3.3.1",
"docpad-plugin-thumbnails": "~2.1.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-imagemin": "~0.4.1",
"docpad-plugin-grunt": "~2.1.1",
"grunt-replace": "~0.6.2",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-cssmin": "~0.8.0"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}