-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.48 KB
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
{
"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 <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (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.1.x"
},
"dependencies": {
"docpad": "6.x",
"docpad-plugin-cleanurls": "2.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-less": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "2.x",
"docpad-plugin-stylus": "2.x",
"docpad-plugin-text": "2.x",
"docpad-plugin-jade": "2.x",
"docpad-plugin-related": "2.x",
"marked": "*"
},
"devDependencies": {
"docpad-plugin-livereload": "2.x",
"bower": "~1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}