Move browserify and co dependencies to prod

This commit is contained in:
Gabriel Augendre 2016-04-23 01:35:10 +02:00
parent 8ff40ef433
commit 84a2048165

View file

@ -5,6 +5,7 @@
"version": "0.0.1",
"main": "app.js",
"dependencies": {
"browserify": "^6.2.0",
"cookie-parser": "1.3.2",
"dotenv": "^2.0.0",
"express": "~4.0.0",
@ -14,13 +15,12 @@
"react": "^15.0.1",
"react-bootstrap": "^0.29.2",
"react-dom": "^15.0.1",
"reactify": "^0.15.2",
"request": "~2.34.0",
"throng": "^4.0.0"
"throng": "^4.0.0",
"uglify-js": "~2.4.15"
},
"devDependencies": {
"browserify": "^6.2.0",
"reactify": "^0.15.2",
"uglify-js": "~2.4.15",
"watchify": "^2.1.1"
},
"scripts": {