forked from docpad/docpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·145 lines (145 loc) · 4.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
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
{
"name": "docpad",
"version": "6.53.1",
"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": "https://github.com/bevry/docpad",
"installUrl": "http://docpad.org/install",
"upgradeUrl": "http://docpad.org/upgrade",
"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": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Chase Colman <chase@infinityatlas.com> (https://github.com/chase)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Chase Colman <chase@infinityatlas.com> (https://github.com/chase)",
"Nick Crohn <ncrohn@me.com> (https://github.com/ncrohn)",
"eldios <lele@amicofigo.com> (https://github.com/eldios)",
"Changwoo Park <pismute@gmail.com> (https://github.com/pismute)",
"Bruno Héridet (https://github.com/Delapouite)",
"Todd Anglin (https://github.com/toddanglin)",
"Olivier Bazoud (https://github.com/obazoud)",
"Zhao Lei <aicoylei@gmail.com> (https://github.com/firede)",
"Aaron Powell <me@aaron-powell.com> (https://github.com/aaronpowell)",
"Andrew Patton <andrew@acusti.ca> (https://github.com/acusti)",
"Paul Armstrong <paul@paularmstrongdesigns.com> (https://github.com/paularmstrong)",
"Sorin Ionescu <sorin.ionescu@gmail.com> (https://github.com/sorin-ionescu)",
"Ferrari Lee <shiyung@gmail.com> (https://github.com/Ferrari)",
"Ben Barber (https://github.com/barberboy)",
"Luke Hagan (https://github.com/lhagan)",
"Vladislav Botvin <darkvlados@me.com> (https://github.com/darrrk)",
"Ashnur (https://github.com/ashnur)",
"Stefan (https://github.com/stegrams)",
"Alex (https://github.com/amesarosh)",
"Richard A <richard@antecki.id.au> (https://github.com/rantecki)",
"Homme Zwaagstra <hrz@geodata.soton.ac.uk> (https://github.com/homme)",
"Adrian Olaru <agolaru@gmail.com> (https://github.com/adrianolaru)",
"Richard A <richard@antecki.id.au> (https://github.com/rantecki)",
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)",
"Sven Vetsch (https://github.com/disenchant)"
],
"bugs": {
"url": "https://github.com/bevry/docpad/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/docpad.git"
},
"license": {
"type": "MIT",
"url": "http://docpad.org/license"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2"
},
"dependencies": {
"ambi": "~2.1.1",
"backbone": "1.0.0",
"bal-util": "~2.3.0",
"caterpillar": "~2.0.4",
"caterpillar-filter": "~2.0.1",
"caterpillar-human": "~2.1.0",
"commander": "~2.0.0",
"cson": "~1.4.4",
"eachr": "~2.0.2",
"envfile": "~1.0.0",
"event-emitter-grouped": "~2.3.0",
"express": "~3.4.0",
"extendr": "~2.1.0",
"extract-opts": "~2.2.0",
"getmac": "~1.0.5",
"jschardet": "~1.0.2",
"lazy-require": "~1.0.0",
"lodash": "~2.2.0",
"mime": "~1.2.9",
"progressbar": "~1.0.1",
"query-engine": "~1.5.2",
"safefs": "~3.0.3",
"safeps": "~2.2.8",
"semver": "~2.1.0",
"superagent": "~0.15.4",
"taskgroup": "~3.2.0",
"typechecker": "~2.0.1",
"watchr": "~2.4.3",
"yamljs": "~0.1.4",
"promptly": "~0.2.0"
},
"optionalDependencies": {
"growl": "~1.7.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"chai": "~1.8.0",
"joe": "~1.3.0",
"joe-reporter-console": "~1.2.1"
},
"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_modules/.bin/cake test"
},
"main": "./out/main.js"
}