-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.35 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": "delarre.docpad",
"version": "0.1.0",
"description": "Docpad based website to be hosted at www.delarre.net for my personal blog.",
"homepage": "https://github.com/benjamind/delarre.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"bootstrap",
"twitter bootstrap",
"blog"
],
"author": "Ben Delarre <[email protected]> (http://delarre.net)",
"maintainers": [
"Ben Delarre <[email protected]> (http://delarre.net)"
],
"contributors": [
"Ben Delarre <[email protected]> (http://delarre.net)"
],
"bugs": {
"url": "https://github.com/benjamind/delarre.docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/benjamind/delarre.docpad.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.1.x"
},
"dependencies": {
"docpad": "*",
"docpad-plugin-coffeescript": "*",
"docpad-plugin-eco": "*",
"docpad-plugin-marked": "*",
"docpad-plugin-partials": "*",
"docpad-plugin-stylus": "*",
"docpad-plugin-text": "*",
"docpad-plugin-highlightjs": "*",
"docpad-plugin-related": "*",
"docpad-plugin-paged": "*",
"docpad-plugin-sitemap": "*",
"docpad-plugin-cleanurls": "*",
"docpad-plugin-tagging": "~2.0.1"
},
"devDependencies": {
"docpad-plugin-livereload": "*"
},
"main": "node_modules/docpad/bin/docpad-server"
}