We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9555f commit e4f868aCopy full SHA for e4f868a
package.json
@@ -26,6 +26,24 @@
26
"test:check-coverage": "yarn test:coverage && istanbul check-coverage",
27
"report-coverage": "coveralls < ./coverage/lcov.info"
28
},
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "[email protected]:gauravprwl14/node-express-postgres-sequelize-es6-rest-api.git"
32
+ },
33
+ "keywords": [
34
+ "express",
35
+ "node",
36
+ "node.js",
37
+ "postgreSQL",
38
+ "sequelize",
39
+ "es6",
40
+ "mocha",
41
+ "istanbul",
42
+ "REST",
43
+ "API",
44
+ "boilerplate",
45
+ "starter-kit"
46
+ ],
47
"dependencies": {
48
"babel-polyfill": "6.26.0",
49
"bluebird": "3.5.1",
0 commit comments