-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 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
33
34
35
{
"name": "expapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-develop-server": "^0.5.0",
"gulp-jshint": "^1.12.0",
"jsdoc": "^3.4.0",
"mocha": "^2.3.4",
"should": "^7.1.1",
"supertest": "^1.1.0"
},
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect-redis": "^3.0.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"fs": "0.0.2",
"http-proxy": "^1.12.0",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"mysql": "^2.9.0",
"node-mysql": "^0.4.2",
"xls-to-json": "^0.3.2",
"xlsx-to-json": "^0.2.4"
}
}