Skip to content

Commit 7a4c556

Browse files
committed
Refactored the node dependencies.
1 parent 21a11ad commit 7a4c556

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"dependencies": {
2525
"bcryptjs": "^2.4.3",
26+
"boom": "^4.3.1",
2627
"fs": "0.0.1-security",
2728
"good": "^7.2.0",
2829
"good-console": "^6.4.0",
@@ -35,6 +36,7 @@
3536
"jsonwebtoken": "^7.4.1",
3637
"mongoose": "^4.10.0",
3738
"nconf": "^0.8.4",
39+
"nodemon": "^1.11.0",
3840
"path": "^0.12.7",
3941
"vision": "^4.1.1"
4042
},
@@ -50,22 +52,15 @@
5052
"@types/nconf": "0.0.34",
5153
"@types/node": "^7.0.21",
5254
"@types/sinon": "^2.2.2",
53-
"bcryptjs": "^2.4.3",
54-
"boom": "^4.3.1",
5555
"chai": "^3.5.0",
5656
"gulp": "^3.9.1",
5757
"gulp-env": "^0.4.0",
5858
"gulp-mocha": "^4.3.1",
5959
"gulp-rimraf": "^0.2.1",
6060
"gulp-shell": "^0.6.3",
6161
"gulp-tslint": "^8.0.0",
62-
"joi": "^10.5.0",
63-
"jsonwebtoken": "^7.4.1",
6462
"mocha": "^3.4.1",
65-
"mongoose": "^4.10.0",
66-
"nconf": "^0.8.4",
6763
"node": "0.0.0",
68-
"nodemon": "^1.11.0",
6964
"sinon": "^2.2.0",
7065
"tslint": "^5.2.0",
7166
"typescript": "^2.3.2"

0 commit comments

Comments
 (0)