-
Notifications
You must be signed in to change notification settings - Fork 541
/
package.json
48 lines (48 loc) · 1.07 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
{
"name": "ethercalc",
"description": "Multi-User Spreadsheet Server",
"version": "0.20201228.1",
"homepage": "http://ethercalc.net/",
"repository": {
"type": "git",
"url": "https://github.com/audreyt/ethercalc"
},
"dependencies": {
"cors": "*",
"csv-parse": "^0.0.6",
"iconv-lite": "^0.4.13",
"xlsx": "^0.14.5",
"j": "0.4.5",
"livescript": "1.5.x",
"minimatch": "*",
"optimist": "*",
"redis": "0.12.x",
"socialcalc": "^2.3.0",
"uuid-pure": "*",
"xoauth2": "*",
"zappajs": "0.5.x"
},
"optionalDependencies": {},
"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": "^3.0.2",
"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"
}
}