forked from Hugo-C/conpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 810 Bytes
/
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
{
"name": "conpa",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install"
},
"dependencies": {
"body-parser": "~1.18.2",
"bower": "^1.8.4",
"cookie-parser": "~1.4.3",
"crypto-js": "^3.1.9-1",
"csv": "^2.0.0",
"csv-parse": "^2.1.0",
"debug": "^3.1.0",
"express": "^4.16.3",
"fast-csv": "^2.4.1",
"fifo": "^2.3.0",
"form-data": "^2.3.2",
"jade": "~1.11.0",
"md5": "^2.2.1",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"npm": "^5.8.0",
"serve-favicon": "^2.5.0",
"should": "^13.2.1",
"socket.io": "^2.1.0",
"sqlstring": "^2.3.1",
"svg.draggy.js": "^1.1.1",
"svg.js": "^2.6.4"
},
"devDependencies": {
"jsdoc": "^3.5.5"
}
}