-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "ethertoff",
"version": "0.0.0",
"description": "Simple wiki featuring realtime editing, outputs with equal love to print and web.",
"engines": { "node" : "~0.12.8" },
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"derby": "0.6.0-alpha28",
"racer-highway": "~1.3.0",
"livedb-mongo": "^0.3",
"racer-bundle": "^0.1",
"connect-mongo": "^0.4",
"coffeeify": "^0.6",
"coffee-script": "^1.7",
"chalk": "~0.5.0",
"express": "^4.4",
"cookie-parser": "^1.3",
"body-parser": "^1.4",
"express-session": "^1.4",
"serve-static": "^1.2",
"compression": "^1.0",
"serve-favicon": "^2.0",
"d-codemirror": "~0.2.0",
"d-showdown": "~0.1.0",
"dive": "~0.3.0",
"mmmagic": "~0.4.5",
"istextorbinary": "^1.0.0",
"uuid": "^2.0.1"
},
"author": {
"name": "Eric Schrijver",
"email": "[email protected]"
},
"license": "AGPLv3",
"readmeFilename": "README.txt",
"repository": {
"type" : "git",
"url" : "https://github.com/osp/osp.tools.ethertoff.js.git"
}
}