forked from Modern-Grasshoppers/im-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 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
{
"name": "towering-cranes",
"version": "1.0.0",
"description": "## Schema for database ## https://drive.google.com/open?id=0B4Fq96LW3XySM2dLQWRfLTdQOUk",
"main": "server.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/towering-cranes/towering-cranes.git"
},
"dependencies": {
"angular": "^1.6.1",
"angular-jwt": "^0.1.9",
"angular-lock": "^1.0.5",
"angular-materialize": "^0.2.2",
"angular-route": "^1.6.1",
"body-parser": "^1.16.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"request": "^2.79.0",
"sequelize": "^3.30.0",
"socket.io": "^1.7.2"
}
}