Files
Jackk Goh c1f1ada934 init
2018-03-15 16:11:38 +08:00

28 lines
620 B
JSON

{
"name": "node-totorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"db:migrate": "./node_modules/.bin/sequelize db:migrate",
"db:seed": "db:seed:all"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"morgan": "^1.9.0",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.37.0"
},
"devDependencies": {
"nodemon": "^1.17.2",
"sequelize-cli": "^2.4.0"
}
}