-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
57 lines (57 loc) · 1.62 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
52
53
54
55
56
57
{
"name": "html5-boilerplate.docpad",
"version": "0.1.0",
"private": true,
"description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices.",
"homepage": "https://github.com/docpad/html5-boilerplate.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp"
],
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/docpad/html5-boilerplate.docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/docpad/html5-boilerplate.docpad.git"
},
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"bal-util": "^2.4.1",
"docpad": "~6.69.0",
"docpad-plugin-cleanurls": "~2.7.0",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-grunt": "~2.1.1",
"docpad-plugin-highlightjs": "~2.2.2",
"docpad-plugin-ignoreincludes": "~2.1.0",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.2.1",
"docpad-plugin-menu": "~2.1.0",
"docpad-plugin-partials": "~2.9.1",
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0",
"safeps": "^2.2.12",
"underscore": "~1.4.3"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.0"
},
"main": "node_modules/docpad/bin/docpad-server"
}