forked from mecdcme/istatboard-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 792 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
{
"name": "istatboard-server",
"version": "1.0.0",
"description": "Istat board API REST Server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mecdcme/istatboard-server.git"
},
"author": "Mec-Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/mecdcme/istatboard-server/issues"
},
"homepage": "https://github.com/mecdcme/istatboard-server#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"ng2-select": "^2.0.0",
"sequelize": "^4.42.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}