There was a problem fetching the pipeline summary.
add passport, jwt and bcrypt do package.json
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"apicache": "0.0.14", | "apicache": "0.0.14", | ||
"bcrypt": "^0.8.7", | |||
"body-parser": "^1.13.1", | "body-parser": "^1.13.1", | ||
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
"chai-http": "^3.0.0", | "chai-http": "^3.0.0", | ||
... | @@ -23,11 +24,14 @@ | ... | @@ -23,11 +24,14 @@ |
"faker": "^2.1.5", | "faker": "^2.1.5", | ||
"forever": "^0.15.2", | "forever": "^0.15.2", | ||
"js2xmlparser": "^1.0.0", | "js2xmlparser": "^1.0.0", | ||
"jwt-simple": "^0.5.0", | |||
"method-override": "^2.3.3", | "method-override": "^2.3.3", | ||
"mocha": "^2.5.3", | "mocha": "^2.5.3", | ||
"monetdb-pool": "0.0.8", | "monetdb-pool": "0.0.8", | ||
"mongoose": "^4.6.0", | "mongoose": "^4.6.0", | ||
"nconf": "^0.6.x", | "nconf": "^0.6.x", | ||
"passport": "^0.3.2", | |||
"passport-jwt": "^2.1.0", | |||
"squel": "^5.4.2", | "squel": "^5.4.2", | ||
"winston": "^2.2.0" | "winston": "^2.2.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment