forked from docpad/docpad-skeleton-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "twitter-bootstrap-coffeekup.docpad",
"version": "0.12.0",
"description": "Twitter Bootstrap skeleton for DocPad with coffeekup templates. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.",
"homepage": "https://github.com/lzrski/twitter-bootstrap-coffeekup.docpad",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"bootstrap",
"twitter bootstrap",
"coffeekup"
],
"author": "Tadeusz Łazurski <[email protected]> (http://lazurski.pl)",
"maintainers": [
"Tadeusz Łazurski <[email protected]> (https://github.com/lzrski)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/lzrski/twitter-bootstrap-coffeekup.docpad/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lzrski/twitter-bootstrap.docpad.git"
},
"engines": {
"node": "0.10",
"npm": "1.2"
},
"dependencies": {
"docpad": "~6.50.0",
"docpad-plugin-cleanurls": "~2.5.1",
"docpad-plugin-coffeescript": "~2.2.2",
"docpad-plugin-coffeekup": "~2.2.0",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-less": "~2.2.0",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-partials": "~2.8.0",
"docpad-plugin-related": "~2.0.5",
"docpad-plugin-stylus": "~2.4.0",
"docpad-plugin-text": "~2.3.0"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.5.2"
},
"main": "node_modules/docpad/bin/docpad-server"
}