{
  "name": "angularjs-http-batcher",
  "version": "1.13.0",
  "description": "Enables transparent HTTP batch requests with Angular",
  "main": "dist/angular-http-batch.js",
  "scripts": {
    "test": "default"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Omninox/angular-http-batcher.git"
  },
  "keywords": [
    "angularjs",
    "performance",
    "http",
    "http batch",
    "angular 1",
    "batch request"
  ],
  "author": "Jon Samwell <jonsamwell@gmail.com> (http://jonsamwell.com)",
  "contributors": [
    "Calvin Moore <calvin@omninox.org>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/Omninox/angular-http-batcher",
  "devDependencies": {
    "bower": "^1.3.4",
    "chai": "^1.9.1",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-connect": "^0.7.1",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-jsbeautifier": "^0.2.7",
    "grunt-karma": "^0.8.3",
    "grunt-plato": "^1.0.0",
    "karma": "^0.12.16",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.1.4",
    "karma-coverage": "^0.2.4",
    "karma-ie-launcher": "^0.1.5",
    "karma-mocha": "^0.1.3",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-sinon": "^1.0.3",
    "mocha": "^1.20.1",
    "phantomjs-polyfill": "0.*",
    "sinon": "^1.10.2"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "tests",
    "reports"
  ]
}
