forked from docpad/docpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·122 lines (122 loc) · 4.21 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
{
"name": "docpad",
"version": "6.46.3",
"description": "DocPad is a language agnostic document management system. This means you write your website as documents, in whatever language you wish, and DocPad will handle the compiling, templates and layouts for you. For static documents it will generate static files, for dynamic documents it'll re-render them on each request. You can utilise DocPad by itself, or use it as a module your own custom system. It's pretty cool, and well worth checking out. We love it.",
"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 <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)",
"Nick Crohn <[email protected]> (https://github.com/ncrohn)",
"eldios <[email protected]> (https://github.com/eldios)",
"Changwoo Park <[email protected]> (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 <[email protected]> (https://github.com/firede)",
"Aaron Powell <[email protected]> (https://github.com/aaronpowell)",
"Andrew Patton <[email protected]> (https://github.com/acusti)",
"Paul Armstrong <[email protected]> (https://github.com/paularmstrong)",
"Sorin Ionescu <[email protected]> (https://github.com/sorin-ionescu)",
"Ferrari Lee <[email protected]> (https://github.com/Ferrari)",
"Ben Barber (https://github.com/barberboy)",
"Luke Hagan (https://github.com/lhagan)",
"Vladislav Botvin <[email protected]> (https://github.com/darrrk)",
"Ashnur (https://github.com/ashnur)",
"Stefan (https://github.com/stegrams)",
"Alex (https://github.com/amesarosh)",
"Richard A <[email protected]> (https://github.com/rantecki)",
"Homme Zwaagstra <[email protected]> (https://github.com/homme)",
"Adrian Olaru <[email protected]> (https://github.com/adrianolaru)",
"Richard A <[email protected]> (https://github.com/rantecki)",
"Neil Taylor <[email protected]> (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"
},
"engines" : {
"node": ">=0.8",
"npm": ">=1.2"
},
"dependencies": {
"ambi": "~2.0.0",
"backbone": "1.0.0",
"bal-util": "~2.3.0",
"caterpillar": "~2.0.4",
"caterpillar-filter": "~2.0.1",
"caterpillar-human": "~2.1.0",
"commander": "~1.3.0",
"cson": "~1.4.2",
"eachr": "~2.0.2",
"envfile": "~1.0.0",
"event-emitter-grouped": "~2.3.0",
"express": "~3.3.1",
"extendr": "~2.1.0",
"extract-opts": "~2.2.0",
"getmac": "~1.0.4",
"jschardet": "~1.0.2",
"lazy-require": "~1.0.0",
"lodash": "~1.3.1",
"mime": "~1.2.9",
"progressbar": "~1.0.1",
"query-engine": "~1.5.2",
"safefs": "~3.0.1",
"safeps": "~2.2.6",
"semver": "~2.0.7",
"superagent": "~0.15.1",
"taskgroup": "~3.1.2",
"typechecker": "~2.0.1",
"watchr": "~2.4.1",
"yamljs": "~0.1.4"
},
"optionalDependencies": {
"growl": "~1.7.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"chai": "~1.7.0",
"joe": "~1.2.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"
}