Skip to content

Commit

Permalink
Restructured dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Lonkowski committed Nov 17, 2015
1 parent 23f0790 commit be91312
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
},
"dependencies": {
"autoprefixer": "6.0.3",
"babelify": "6.4.0",
"browserify": "12.0.0",
"browserify-hmr": "0.3.1",
"css-mqpacker": "4.0.0",
"del": "2.0.2",
"gulp": "3.9.0",
Expand All @@ -34,21 +31,22 @@
"gulp-replace": "0.5.4",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"jasmine-core": "2.3.4",
"karma": "0.13.14",
"minimist": "1.2.0",
"run-sequence": "1.1.4",
"selenium-standalone": "4.7.1",
"vinyl-source-stream": "1.1.0",
"watchify": "3.5.0"
"selenium-standalone": "4.7.1"
},
"devDependencies": {
"babel-eslint": "4.1.3",
"babelify": "6.4.0",
"browserify": "12.0.0",
"browserify-hmr": "0.3.1",
"browserify-istanbul": "0.2.1",
"eslint": "1.7.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "3.6.2",
"gulp-jasmine": "2.1.0",
"jasmine-core": "2.3.4",
"karma": "0.13.14",
"karma-browserify": "3.0.2",
"karma-coverage": "0.5.0",
"karma-jasmine": "0.3.5",
Expand All @@ -57,8 +55,10 @@
"karma-phantomjs-shim": "1.0.0",
"karma-threshold-reporter": "0.1.15",
"phantomjs": "1.9.18",
"pre-commit": "1.1.1",
"rimraf": "2.4.3"
"pre-commit": "1.1.2",
"rimraf": "2.4.3",
"vinyl-source-stream": "1.1.0",
"watchify": "3.5.0"
},
"pre-commit": [
"test"
Expand Down

0 comments on commit be91312

Please sign in to comment.