-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "html5-boilerplate-frontend.docpad",
"version": "0.1.0",
"private": true,
"description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices. Adds frontend plugins asset compilation.",
"homepage": "https://github.com/lukekarrys/html5-boilerplate.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp",
"grunt"
],
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Luke Karrys (http://lukekarrys.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)",
"Luke Karrys (http://lukekarrys.com)"
],
"bugs": {
"url": "https://github.com/lukekarrys/html5-boilerplate.docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/lukekarrys/html5-boilerplate.docpad.git"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"bal-util": "~1.15.3",
"docpad": "6.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "~2.9.1",
"docpad-plugin-sass": "~2.7.3",
"docpad-plugin-stylus": "2.x",
"docpad-plugin-text": "2.x",
"grunt": "~0.3.17",
"grunt-css": "~0.3.2",
"underscore": "~1.4.3"
},
"devDependencies": {
"ical": "^0.4.0",
"lodash": "^3.8.0"
},
"main": "node_modules/docpad/bin/docpad-server"
}