-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "startup-hostel.docpad",
"version": "0.1.4",
"private": true,
"description": "Startup Hostel, the home for the doers of the world",
"homepage": "https://github.com/bevry/startup-hostel",
"licenses": [
{
"type": "MIT",
"for": "code"
},
{
"type": "CC-BY-4.0",
"for": "everything else (including content, media and design)"
}
],
"badges": {
"travis": true,
"npm": false,
"npmdownloads": false,
"david": false,
"daviddev": false,
"gratipay": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"skeleton",
"html5 boilerplate",
"h5bp"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/bevry/startup-hostel/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/startup-hostel.git"
},
"engines": {
"node": "0.12",
"npm": "2"
},
"dependencies": {
"createsend": "git://github.com/logicalparadox/createsend.git",
"docpad": "~6.76.0",
"docpad-plugin-cachr": "~2.3.1",
"docpad-plugin-coffeekup": "~2.2.0",
"docpad-plugin-coffeescript": "~2.5.0",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2",
"docpad-plugin-raw": "~2.4.1",
"docpad-plugin-services": "~2.6.0",
"docpad-plugin-stylus": "~2.9.0",
"docpad-plugin-text": "~2.3.3",
"enhance-css": "~0.6.0",
"feedr": "^2.12.0",
"google-sheets": "^0.0.7",
"taskgroup": "^4.3.0"
},
"devDependencies": {
"docpad-plugin-ghpages": "~2.4.4",
"docpad-plugin-livereload": "~2.6.1",
"projectz": "^0.5.0"
},
"main": "node_modules/.bin/docpad-server",
"scripts": {
"start": "node_modules/.bin/docpad-server",
"test": "node_modules/.bin/docpad generate --debug --silent",
"info": "node_modules/.bin/docpad info --silent",
"deploy": "node_modules/.bin/docpad deploy-ghpages --silent --env static"
}
}