{
  "name": "angular-vendor-media-type",
  "version": "2.0.2",
  "description": "A simple AngularJS plugin for seting up the vendor specific media type for every $http request",
  "main": "dist/angular-vendor-media-type.js",
  "scripts": {
    "build": "grunt",
    "install": "grunt",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmnarloch/angular-vendor-media-type.git"
  },
  "keywords": [
    "angular"
  ],
  "author": "Jakub Narloch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmnarloch/angular-vendor-media-type/issues"
  },
  "homepage": "https://github.com/jmnarloch/angular-vendor-media-type#readme",
  "devDependencies": {
    "chai": "^3.2.0",
    "coffee-script": "^1.9.3",
    "coffeelint": "^1.10.1",
    "grunt": "^0.4.5",
    "grunt-bower-task": "^0.4.0",
    "grunt-coffeelint": "^0.0.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-karma": "^0.12.0",
    "grunt-karma-coveralls": "^2.5.4",
    "grunt-wiredep": "^2.0.0",
    "ibrik": "^2.0.0",
    "karma": "^0.13.3",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.0",
    "karma-coffee-preprocessor": "^0.3.0",
    "karma-coverage": "^0.5.0",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.0",
    "load-grunt-tasks": "^3.2.0",
    "mocha": "^2.2.5",
    "phantomjs": "^1.9.17",
    "time-grunt": "^1.2.1",
    "wiredep": "^2.2.2"
  }
}
