-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 850 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": "bgz_api",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node bin",
"start:dev": "nodemon bin",
"sequelize": "sequelize",
"postinstall": "sequelize db:migrate "
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsoulet/bgz_api.git"
},
"author": "@jsoulet",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsoulet/bgz_api/issues"
},
"homepage": "https://github.com/jsoulet/bgz_api#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.16.4",
"lodash": "^4.17.11",
"morgan": "^1.9.1",
"pg": "^7.5.0",
"pg-hstore": "^2.3.2",
"randomstring": "^1.1.5",
"sequelize": "^4.41.0",
"socket.io": "^2.1.1",
"sequelize-cli": "^5.2.0"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}