Skip to content

Commit

Permalink
added codeclimate support
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jun 8, 2014
1 parent 6196081 commit 109386e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.1.1",
"description": "gn (graphs and networks) algorithm / adt templates for JavaScript",
"main": "js/dist/gn.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"qunit": "git://github.com/gotwarlost/node-qunit.git#istanbul-coverage",
"coveralls": "^2.10.0",
"optimist": "^0.6.1",
"algo": "^0.1.1",
"uglify-js": "^2.4.13",
"recquire": "^0.1.0",
"recbuild": "^0.0.3"
"recbuild": "^0.0.3",
"codeclimate-test-reporter": "0.0.3"
},
"scripts": {
"build": "node js/build.js",
Expand Down

0 comments on commit 109386e

Please sign in to comment.