forked from docpad/docpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·168 lines (168 loc) · 5.56 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"title": "DocPad. Streamlined web development.",
"name": "docpad",
"version": "6.63.7",
"description": "DocPad is a next generation web architecture that lets you create fast static websites with dynamic abilities and powerful abstractions. Write your website as files on your computer, entries in a database, or even RSS feeds and DocPad will import it, generate & render it, then output a static website for deployment anywhere or a dynamic node website for advanced server-side functionality. Use it as a module or standalone. It's purely awesome. Check it out.",
"homepage": "http://docpad.org",
"installUrl": "http://docpad.org/install",
"upgradeUrl": "http://docpad.org/upgrade",
"license": {
"type": "MIT",
"url": "http://docpad.org/license"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"
},
"keywords": [
"document management system",
"dms",
"content management system",
"cms",
"static site generator",
"generator",
"static file server",
"server",
"web",
"web framework",
"framework",
"web development",
"development",
"dev",
"build and deployment",
"builder",
"build",
"compiler",
"compile",
"parser",
"parse",
"renderer",
"render",
"templating",
"templates",
"language agnostic",
"website",
"blog",
"cli",
"tool",
"utility",
"scaffold"
],
"author": "2012+ Bevry Pty Ltd <[email protected]> (http://bevry.me), 2011 Benjamin Lupton <[email protected]> (http://balupton.com)",
"sponsors": [
"Myplanet Digital <[email protected]> (http://www.myplanetdigital.com)",
"Meeho! <[email protected]> (http://www.meeho.net)"
],
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Aaron Powell <[email protected]> (https://github.com/aaronpowell)",
"Adrian Olaru <[email protected]> (https://github.com/adrianolaru)",
"Alex (https://github.com/amesarosh)",
"Andrew Patton <[email protected]> (https://github.com/acusti)",
"Ashnur (https://github.com/ashnur)",
"Ben Barber (https://github.com/barberboy)",
"Benjamin Lupton <[email protected]> (https://github.com/balupton)",
"Bruno Héridet (https://github.com/Delapouite)",
"Changwoo Park <[email protected]> (https://github.com/pismute)",
"Chase Colman <[email protected]> (https://github.com/chase)",
"eldios <[email protected]> (https://github.com/eldios)",
"Ferrari Lee <[email protected]> (https://github.com/Ferrari)",
"Homme Zwaagstra <[email protected]> (https://github.com/homme)",
"kalkin (https://github.com/kalkin)",
"Luke Hagan (https://github.com/lhagan)",
"Neil Taylor <[email protected]> (https://github.com/neilbaylorrulez)",
"nfriedly (https://github.com/nfriedly)",
"Nick Crohn <[email protected]> (https://github.com/ncrohn)",
"Olivier Bazoud (https://github.com/obazoud)",
"Paul Armstrong <[email protected]> (https://github.com/paularmstrong)",
"pflannery (https://github.com/pflannery)",
"radiodario (https://github.com/radiodario)",
"Richard A <[email protected]> (https://github.com/rantecki)",
"ruemic (https://github.com/ruemic)",
"Sorin Ionescu <[email protected]> (https://github.com/sorin-ionescu)",
"Stefan (https://github.com/stegrams)",
"Sven Vetsch (https://github.com/disenchant)",
"timaschew (https://github.com/timaschew)",
"Todd Anglin (https://github.com/toddanglin)",
"ttamminen (https://github.com/ttamminen)",
"unframework (https://github.com/unframework)",
"Vladislav Botvin <[email protected]> (https://github.com/darrrk)",
"Zhao Lei <[email protected]> (https://github.com/firede)"
],
"bugs": {
"url": "https://github.com/bevry/docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/docpad.git"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2"
},
"dependencies": {
"ambi": "~2.1.6",
"backbone": "1.1.1",
"bal-util": "~2.4.0",
"caterpillar": "~2.0.7",
"caterpillar-filter": "~2.0.3",
"caterpillar-human": "~2.1.1",
"commander": "~2.1.0",
"cson": "~1.4.5",
"eachr": "~2.0.2",
"envfile": "~1.0.0",
"event-emitter-grouped": "~2.3.3",
"express": "~3.4.4",
"extendr": "~2.1.0",
"extract-opts": "~2.2.0",
"getmac": "~1.0.6",
"ignorefs": "~1.0.0",
"jschardet": "~1.1.0",
"encoding": "~0.1.6",
"lazy-require": "~1.0.0",
"lodash": "~2.4.1",
"mime": "~1.2.9",
"progressbar": "~1.0.3",
"query-engine": "~1.5.5",
"safefs": "~3.1.1",
"safeps": "~2.2.10",
"semver": "~2.2.1",
"superagent": "~0.16.0",
"taskgroup": "~3.3.8",
"typechecker": "~2.0.8",
"watchr": "~2.4.11",
"yamljs": "~0.1.4",
"promptly": "~0.2.0",
"istextorbinary": "~1.0.0",
"extendonclass": "~1.0.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"chai": "~1.9.0",
"joe": "~1.3.2",
"joe-reporter-console": "~1.2.1",
"projectz": "~0.3.11"
},
"directories": {
"lib": "./out/lib"
},
"bin": {
"docpad": "./bin/docpad",
"docpad-compile": "./bin/docpad-compile",
"docpad-debug": "./bin/docpad-debug",
"docpad-server": "./bin/docpad-server",
"docpad-trace": "./bin/docpad-trace"
},
"scripts": {
"test": "node ./out/test/everything-test.js"
},
"main": "./out/main.js"
}