package.json in angularjs-rails-resource-2.2.2 vs package.json in angularjs-rails-resource-2.3.0

- old
+ new

@@ -1,47 +1,49 @@ { "name": "angularjs-rails-resource", - "description" : "A resource factory inspired by $resource from AngularJS", - "version": "2.2.2", - "main" : "angularjs-rails-resource.min.js", - "homepage" : "https://github.com/FineLinePrototyping/angularjs-rails-resource.git", - "author" : "", + "description": "A resource factory inspired by $resource from AngularJS", + "version": "2.3.0", + "main": "angularjs-rails-resource.min.js", + "homepage": "https://github.com/FineLinePrototyping/angularjs-rails-resource.git", + "author": "", "repository": { "type": "git", "url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.git" }, "keywords": [ "angular", "resources" ], "dependencies": { - "angular": "^1.0" + "angular": "^1.3" }, "devDependencies": { + "angular-mocks": "^1.3", "grunt": "~0.4.1", - "grunt-contrib-jshint": "~0.6.0", - "grunt-contrib-uglify": "~0.2.2", + "grunt-bump": "~0.0.13", + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-compress": "~0.5.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-jshint": "~0.6.0", + "grunt-contrib-uglify": "~0.2.2", "grunt-contrib-watch": "~0.5.1", - "grunt-contrib-compress": "~0.5.2", - "grunt-bump": "~0.0.13", - "karma": "~0.10", + "karma": "~2.0", + "karma-chrome-launcher": "~2.2", "karma-jasmine": "~0.1", - "karma-chrome-launcher": "~0.1", - "karma-phantomjs-launcher": "~0.1", - "karma-junit-reporter": "~0.1", + "karma-junit-reporter": "~1.2", + "karma-phantomjs-launcher": "~1.0", + "phantomjs-prebuilt": ">=2", "q": "~0.9.2", "q-io": "~1.10.6", "qq": "~0.3.5" }, "scripts": { - "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS" + "test": "PHANTOMJS_BIN=./node_modules/.bin/phantomjs ./node_modules/.bin/karma start --single-run --browsers PhantomJS" }, "licenses": [ { "type": "MIT", "url": "https://github.com/FineLinePrototyping/angularjs-rails-resource.js/blob/master/LICENSE" } ] -} \ No newline at end of file +}