-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
{
"name": "royalty-server",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "source .env && node ./bin/www"
},
"dependencies": {
"angularjs": "0.0.1",
"async": "^1.5.2",
"babyparse": "*",
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"basic-auth-old": "0.0.1",
"basic-csv": "0.0.2",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.5",
"compression": "^1.6.0",
"connect-form": "^0.2.1",
"cookie-parser": "~1.3.5",
"csv": "^0.4.6",
"debug": "~2.2.0",
"decompress": "^2.3.0",
"dropzone": "^4.0.1",
"excel": "^0.1.4",
"excel-parser": "^0.2.2",
"exceljs": "^0.2.4",
"express": "~4.13.1",
"fibers": "^1.0.8",
"http-auth": "^2.2.8",
"iconv-lite": "^0.4.13",
"istextorbinary": "^1.0.2",
"jade": "~1.11.0",
"json2csv": "^3.0.1",
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"morgan": "~1.6.1",
"multer": "^1.0.6",
"mysql": "^2.9.0",
"node-xlsx": "^0.6.0",
"pako": "^0.2.8",
"request": "^2.65.0",
"sequelize": "^3.8.0",
"serve-favicon": "~2.3.0",
"tar": "^2.2.1",
"unzip": "^0.1.11",
"wait.for": "^0.6.6",
"xlsjs": "^0.7.5",
"xlsx": "^0.8.0"
}
}