-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.47 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
{
"name": "emmet.docpad",
"description": "Docpad blog-like skeleton with RequireJS, Bower, Jade and Stylus setup under single umbrella",
"version": "1.1.0",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"bower": "~0.10.0",
"chai": "~1.5.0",
"csslint": "https://github.com/sergeylukin/csslint/archive/v0.9.10-osfree.tar.gz",
"docpad": "~6.69.1",
"docpad-plugin-bowerrequirejs": "2",
"docpad-plugin-cleanurls": "~2.5.0",
"docpad-plugin-coffeescript": "~2.2.1",
"docpad-plugin-cson": "~2.0.1",
"docpad-plugin-highlightjs": "~2.1.4",
"docpad-plugin-jade": "~2.3.1",
"docpad-plugin-livereload": "https://github.com/sergeylukin/docpad-plugin-livereload/archive/master.tar.gz",
"docpad-plugin-marked": "~2.1.0",
"docpad-plugin-sitemap": "~0.2.0",
"docpad-plugin-stylus": "~2.3.0",
"grunt": "~0.4.0",
"grunt-bower-requirejs": "~0.5.0",
"grunt-cafe-mocha": "~0.1.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-requirejs": "~0.3.4",
"grunt-contrib-watch": "~0.1.4",
"grunt-css": "https://github.com/sergeylukin/grunt-css/archive/v0.5.3-osfree.tar.gz",
"grunt-exec": "~0.4.2",
"grunt-rev": "~0.1.0",
"grunt-usemin": "0.1.x",
"jscoverage": "~0.3.6"
},
"main": "node_modules/docpad/bin/docpad-server",
"devDependencies": {
"docpad-plugin-bowermount": "~2.4.4"
}
}