forked from audreyt/ethercalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "ethercalc",
"description": "Multi-User Spreadsheet Server",
"version": "0.20151108.1",
"homepage": "http://ethercalc.net/",
"repository": {
"type": "git",
"url": "https://github.com/audreyt/ethercalc"
},
"dependencies": {
"redis": "0.12.x",
"uuid-pure": "*",
"optimist": "*",
"zappajs": "0.5.x",
"cors": "*",
"livescript": "1.4.x",
"csv-parse": "^0.0.6",
"j": "0.4.x",
"minimatch" : "*"
},
"optionalDependencies": {
"webworker-threads": "0.6.x"
},
"devDependencies": {
"css-loader": "^0.9.0",
"livescript-loader": "^0.1.5",
"react": "^0.12.1",
"react-basic-tabs": "^1.0.3",
"react-hot-loader": "^0.5.0",
"style-loader": "^0.8.2",
"stylus-loader": "^0.4.0",
"superagent": "^0.21.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"subdomain": "ethercalc",
"bin": {
"ethercalc": "./bin/ethercalc"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">= 0.8.x"
}
}