package.json in angularjs-rails-resource-1.0.0.pre.2 vs package.json in angularjs-rails-resource-1.0.0.pre.3
- old
+ new
@@ -1,9 +1,9 @@
{
"name": "angularjs-rails-resource",
"description" : "A resource factory inspired by $resource from AngularJS",
- "version": "1.0.0-pre.2",
+ "version": "1.0.0-pre.3",
"main" : "dist/angularjs-rails-resource.min.js",
"homepage" : "https://github.com/FineLinePrototyping/angularjs-rails-resource.git",
"author" : "",
"repository": {
"type": "git",
@@ -17,16 +17,22 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-copy": "~0.4.1",
+ "grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.1",
- "grunt-zip": "~0.9.2",
+ "grunt-contrib-compress": "~0.5.2",
+ "grunt-bump": "~0.0.13",
"karma": "~0.10",
"karma-jasmine": "~0.1",
"karma-chrome-launcher": "~0.1",
"karma-phantomjs-launcher": "~0.1",
- "karma-junit-reporter": "~0.1"
+ "karma-junit-reporter": "~0.1",
+ "q": "~0.9.2",
+ "q-io": "~1.10.6",
+ "qq": "~0.3.5"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"licenses": [
\ No newline at end of file