-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·80 lines (80 loc) · 2.27 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
{
"name": "inlinegui",
"version": "0.1.0",
"private": true,
"description": "An inline GUI/CMS for DocPad",
"homepage": "https://github.com/webwrite/inlinegui",
"license": {
"type": "MIT",
"url": "https://github.com/webwrite/inlinegui/blob/master/LICENSE.md#readme"
},
"badges": {
"travis": false,
"npm": false,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6"
},
"keywords": [
"docpad-plugin",
"docpad",
"gui",
"cms",
"inline",
"contenteditable"
],
"author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"funders": [
"Myplanet Digital <hello@myplanetdigital.com> (http://www.myplanetdigital.com)"
],
"maintainers": [
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"ginader (https://github.com/ginader)",
"Lisa Hong <lisa.h@myplanetdigital.com> (https://github.com/lisaej)",
"Neil Taylor <neil.t@myplanetdigital.com> (https://github.com/neilbaylorrulez)"
],
"bugs": {
"url": "https://github.com/webwrite/inlinegui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/webwrite/inlinegui.git"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2"
},
"dependencies": {
"docpad": "~6.64.2",
"docpad-plugin-coffeescript": "~2.4.0",
"docpad-plugin-eco": "~2.0.3",
"docpad-plugin-marked": "~2.2.0",
"docpad-plugin-partials": "~2.9.0",
"docpad-plugin-stylus": "~2.6.0",
"docpad-plugin-text": "~2.3.2",
"docpad-plugin-coffeekup": "~2.2.0",
"docpad-plugin-ghpages": "~2.4.3",
"docpad-plugin-umd": "~2.1.0",
"dominject": "~1.0.2",
"taskgroup": "~3.3.5",
"query-engine": "~1.5.7",
"moment": "~2.6.0",
"extendr": "~2.1.0",
"miniview": "~1.2.0",
"spine-route": "~1.0.0",
"pointers": "~1.1.0",
"docpad-plugin-browserifydocs": "~2.1.0"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.6.0",
"projectz": "~0.3.2"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad run --port 9779"
}
}