Skip to content

Commit

Permalink
chore:install sequelize and pg hstore
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Mar 14, 2018
1 parent b641486 commit 59786b9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "",
"main": "app.js",
"scripts": {
"start": "babel-node app.js",
"start:dev": "nodemon --watch server --exec babel-node app.js",
"lint": "eslint ./ || true",
"test": "nyc mocha ./server/test --exit --compilers js:babel-register",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"start": "babel-node app.js",
"start:dev": "nodemon --watch server --exec babel-node app.js",
"lint": "eslint ./ || true",
"test": "nyc mocha ./server/test --exit --compilers js:babel-register",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "douglas",
"license": "ISC",
"dependencies": {
Expand All @@ -24,6 +24,9 @@
"express-validator": "^5.0.3",
"morgan": "^1.9.0",
"nyc": "^11.4.1",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.36.1",
"validator": "^9.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 59786b9

Please sign in to comment.