Skip to content

Commit

Permalink
Cleanup gremlin-client dev dependencies (jbmusso#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Aug 31, 2017
1 parent c516e40 commit 996f3d5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1,573 deletions.
22 changes: 4 additions & 18 deletions gremlin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"test:watch": "npm run test -- --watch"
},
"lint-staged": {
"gitDir": "../",
"*.js": [
"npm run prettify",
"git add"
Expand Down Expand Up @@ -47,9 +48,9 @@
"lodash": "^3.10.1",
"node-uuid": "^1.4.3",
"readable-stream": "^2.0.2",
"utf8": "^2.0.0",
"ws": "^2.3.1",
"zer": "^0.1.0",
"utf8": "^2.0.0"
"zer": "^0.1.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
Expand All @@ -65,30 +66,15 @@
"browserify": "^9.0.3",
"chai": "^2.1.1",
"finalhandler": "^0.1.0",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"husky": "^0.13.4",
"istanbul": "^0.4.2",
"istanbul-coveralls": "^1.0.3",
"karma": "^0.12.31",
"karma-browserify": "^0.2.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
"karma-safari-launcher": "^0.1.1",
"lint-staged": "^3.6.0",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "^1.2.0",
"prettier": "^1.4.2",
"rimraf": "^2.6.1",
"serve-static": "^1.5.3",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.12.11",
"yargs": "^1.3.1"
"webpack": "^1.12.11"
}
}
Loading

0 comments on commit 996f3d5

Please sign in to comment.