-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.72 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
58
59
{
"name": "twitter-bootstrap.docpad",
"version": "0.9.0",
"description": "Twitter Bootstrap skeleton for DocPad. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.",
"homepage": "https://github.com/bevry/twitter-bootstrap.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"bootstrap",
"twitter bootstrap"
],
"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/twitter-bootstrap.docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/docpad/twitter-bootstrap.docpad.git"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"dependencies": {
"docpad": "~6.49.0",
"docpad-plugin-cleanurls": "~2.5.0",
"docpad-plugin-coffeescript": "~2.2.2",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-less": "~2.2.0",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-partials": "~2.7.2",
"docpad-plugin-stylus": "~2.4.0",
"docpad-plugin-text": "~2.2.4",
"docpad-plugin-jade": "~2.5.0",
"docpad-plugin-related": "~2.0.5",
"docpad-plugin-tagging": "~2.0.1",
"docpad-plugin-highlightjs": "~2.1.7",
"docpad-plugin-services": "~2.2.6",
"docpad-plugin-tableofcontents": "~2.0.1",
"marked": "*",
"moment": "2.0.x",
"rest": "0.9.x"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.5.2"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"postinstall": "node generate.js",
"start": "node server.js"
}
}