move some modules to depedencies
diff --git a/package.json b/package.json
index 432f303..7d9ea53 100644
--- a/package.json
+++ b/package.json
@@ -17,11 +17,9 @@
   },
   "devDependencies": {
     "babel-jest": "^18.0.0",
-    "babel-plugin-transform-object-rest-spread": "^6.23.0",
     "bootstrap": "^3.3.7",
     "enzyme": "^2.7.1",
     "es5-shim": "4.5.4",
-    "extract-text-webpack-plugin": "~2.1.0",
     "fetch-mock": "^5.9.3",
     "jest": "^18.1.0",
     "less": "^2.7.2",
@@ -31,13 +29,10 @@
     "mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git",
     "nightwatch": "~0.9.0",
     "phantomjs-prebuilt": "^2.1.7",
-    "pouchdb-adapter-http": "^6.1.2",
-    "pouchdb-core": "^6.1.2",
     "react-addons-test-utils": "~15.4.2",
     "redux-devtools": "^3.3.1",
     "redux-mock-store": "^1.2.1",
-    "sinon": "git+https://github.com/sinonjs/sinon.git",
-    "url-polyfill": "git+https://github.com/webcomponents/URL.git"
+    "sinon": "git+https://github.com/sinonjs/sinon.git"
   },
   "dependencies": {
     "async": "~0.2.6",
@@ -46,6 +41,7 @@
     "babel-core": "^6.22.1",
     "babel-loader": "^6.2.9",
     "babel-plugin-transform-object-assign": "^6.8.0",
+    "babel-plugin-transform-object-rest-spread": "^6.23.0",
     "babel-preset-es2015": "^6.22.0",
     "babel-preset-react": "^6.22.0",
     "babel-register": "^6.22.0",
@@ -65,6 +61,7 @@
     "exports-loader": "^0.6.2",
     "expose-loader": "0.7.1",
     "express": "^4.14.1",
+    "extract-text-webpack-plugin": "~2.1.0",
     "file-loader": "^0.10.0",
     "flux": "^3.1.0",
     "fs-extra": "^2.0.0",
@@ -87,6 +84,8 @@
     "moment": "^2.17.1",
     "nano": "~5.12.0",
     "optimist": "^0.6.1",
+    "pouchdb-adapter-http": "^6.1.2",
+    "pouchdb-core": "^6.1.2",
     "react": "~15.4.1",
     "react-addons-css-transition-group": "~15.4.2",
     "react-bootstrap": "^0.30.7",
@@ -103,6 +102,7 @@
     "url": "~0.7.9",
     "url-loader": "^0.5.7",
     "urls": "~0.0.3",
+    "url-polyfill": "git+https://github.com/webcomponents/URL.git",
     "uuid": "^3.0.1",
     "velocity-animate": "^1.4.2",
     "velocity-react": "1.2.0",