Browse Source

moved some dependencies for production

codeClimate
Alexander Wunschik 8 years ago
parent
commit
f95375b020
1 changed files with 8 additions and 7 deletions
  1. +8
    -7
      package.json

+ 8
- 7
package.json View File

@ -28,7 +28,13 @@
"watch": "gulp watch",
"watch-dev": "gulp watch --bundle"
},
"dependencies": {},
"dependencies": {
"emitter-component": "^1.1.1",
"moment": "^2.12.0",
"propagating-hammerjs": "^1.4.6",
"hammerjs": "^2.0.6",
"keycharm": "^0.2.0"
},
"devDependencies": {
"async": "^2.0.0-rc.2",
"babel-core": "^6.6.5",
@ -36,18 +42,13 @@
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"clean-css": "^3.4.10",
"emitter-component": "^1.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"hammerjs": "^2.0.6",
"keycharm": "^0.2.0",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"moment": "^2.12.0",
"propagating-hammerjs": "^1.4.6",
"mocha": "^2.4.5",
"rimraf": "^2.5.2",
"uglify-js": "^2.6.2",
"uuid": "^2.0.1",

Loading…
Cancel
Save