Skip to content

Commit

Permalink
npm beautified package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Jun 13, 2015
1 parent 0096fb5 commit 4d432fa
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
"type": "git",
"url": "https://github.com/dasilvacontin/gh-sauce"
},
"keywords":[],
"keywords": [],
"dependencies": {
"lodash": "3.9.3",
"debug": "2.2.0"
},
"devDependencies": {
"coveralls": "^2.11.1",
"gulp": "^3.8.8",
"gulp-util": "^3.0.1",
"gulp-bump": "^0.1.11",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^1.1.0",
"gulp-istanbul": "^0.5.0",
"coveralls": "^2.11.1",
"should": "^4.0.4",
"gulp-plumber": "^0.6.5",
"gulp-standard": "0.0.3",
"gulp-util": "^3.0.1",
"jshint-stylish": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5"
"should": "^4.0.4"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit 4d432fa

Please sign in to comment.