forked from docpad/docpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·97 lines (97 loc) · 2.89 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
{
"name": "docpad",
"version": "6.6.8",
"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",
"keywords": [
"document management system",
"content management system",
"dms",
"cms",
"static site generator",
"framework",
"generator",
"compiler",
"builder",
"language agnostic",
"website",
"blog",
"front-end",
"development",
"dev",
"build",
"web",
"tool",
"cli",
"scaffold"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"eldios <lele@amicofigo.com> (https://github.com/eldios)",
"Changwoo Park <pismute@gmail.com> (https://github.com/pismute)",
"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)",
"Nick Crohn <ncrohn@me.com> (https://github.com/ncrohn)",
"Bruno Héridet (https://github.com/Delapouite)",
"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.6.0",
"npm": ">=1.1.0"
},
"dependencies": {
"airbrake": "0.2.x",
"bal-util": ">=1.13.7 <1.14",
"caterpillar": "1.1.x",
"coffee-script": "1.3.x",
"commander": "0.6.x",
"cson": "1.2.x",
"express": "2.5.x",
"growl": "1.4.x",
"mime": "1.2.x",
"query-engine": ">=1.2.3 <1.3",
"semver": "1.0.x",
"underscore": "1.3.x",
"watchr": ">=2.1.5 <2.2",
"yaml": "0.2.1"
},
"optionalDependencies": {
"airbrake": "0.2.x",
"growl": "1.4.x"
},
"devDependencies": {
"chai": "1.1.x",
"joe": "1.0.x",
"request": "2.9.x"
},
"directories": {
"lib": "./out/lib"
},
"bin": {
"docpad": "./bin/docpad",
"docpad-debug": "./bin/docpad-debug",
"docpad-server": "./bin/docpad-server"
},
"scripts": {
"test": "node ./out/test/everything.test.js"
},
"main": "./out/main.js"
}