Skip to content

Commit

Permalink
Update Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorral committed Apr 2, 2017
1 parent 33a5cd5 commit 128d17e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,25 @@
"test": "karma start --single-run --browsers PhantomJS"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.2.1",
"grunt-karma": "2.0.0",
"jasmine-core": "^2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-script-launcher": "1.0.0",
"karma-html2js-preprocessor": "1.1.0",
"karma-jasmine": "1.1.0",
"karma-requirejs": "1.1.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.4",
"karma": "1.5.0",
"karma-coverage": "1.1.1",
"grunt": "1.0.1",
"grunt-karma": "2.0.0",
"grunt-contrib-uglify": "2.2.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"karma-junit-reporter": "1.2.0"
"karma-requirejs": "1.1.0",
"karma-script-launcher": "1.0.0"
},
"github": "https://github.com/tcorral/JSONC"
}

0 comments on commit 128d17e

Please sign in to comment.