Browse Source

Updated dependencies

flowchartTest
jos 9 years ago
parent
commit
8613f79195
1 changed files with 11 additions and 11 deletions
  1. +11
    -11
      package.json

+ 11
- 11
package.json View File

@ -31,24 +31,24 @@
"emitter-component": "^1.1.1", "emitter-component": "^1.1.1",
"hammerjs": "^2.0.4", "hammerjs": "^2.0.4",
"keycharm": "^0.2.0", "keycharm": "^0.2.0",
"moment": "^2.9.0",
"moment": "^2.10.2",
"propagating-hammerjs": "^1.3.0" "propagating-hammerjs": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"babel": "^5.1.8", "babel": "^5.1.8",
"babel-loader": "^5.0.0", "babel-loader": "^5.0.0",
"babelify": "^6.0.2", "babelify": "^6.0.2",
"clean-css": "latest",
"clean-css": "^3.1.9",
"gulp": "^3.8.11", "gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-minify-css": "^0.4.5",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.3",
"merge-stream": "^0.1.5",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"uglify-js": "^2.4.16",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"mocha": "^2.2.4",
"rimraf": "^2.3.2",
"uglify-js": "^2.4.20",
"webpack": "^1.8.4", "webpack": "^1.8.4",
"yargs": "^2.3.0"
"yargs": "^3.7.1"
} }
} }

Loading…
Cancel
Save