forked from audreyt/ethercalc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
{
"name": "ethercalc",
"description": "Multi-User Spreadsheet Server",
"version": "0.20140806.3",
"homepage": "http://ethercalc.net/",
"repository": {
"type": "git",
"url": "https://github.com/audreyt/ethercalc"
},
"dependencies": {
"redis": "0.8.2",
"uuid-pure": "*",
"optimist": "*",
"zappajs": "http://audreyt.org/tmp/zappajs-0.4.22-socketio-1.0.tgz",
"cors": "*",
"LiveScript": "1.2.x"
},
"optionalDependencies": {
"webworker-threads": "0.5.x"
},
"directories": {
"bin": "./bin"
},
"subdomain": "ethercalc",
"scripts": {
"start": "app.js",
"prepublish": "node node_modules/LiveScript/bin/lsc -c package.json.ls || lsc -c package.json.ls || echo"
},
"engines": {
"node": ">= 0.8.x"
}
}