{
  "name": "grunt-ng-apimock",
  "description": "Grunt plugin that provides the ability to use scenario based api mocking of angular apps",
  "version": "1.2.0",
  "homepage": "https://mdasberg.github.io/grunt-ng-apimock",
  "author": {
    "name": "Mischa Dasberg",
    "email": "mischa@dasberg.nl"
  },
  "contributors": [
    "Justus Romijn <justus.romijn@gmail.com>",
    "Richard Rijnberk <r.rijnberk@gmail.com>",
    "Frank Merema <frankmerema@gmail.com"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdasberg/grunt-ng-apimock.git"
  },
  "bugs": {
    "url": "https://github.com/mdasberg/grunt-ng-apimock/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mdasberg/grunt-ng-apimock/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "ng-apimock": "^1.4.0"
  },
  "keywords": [
    "gruntplugin",
    "angular",
    "api",
    "mock",
    "scenario",
    "httpbackend"
  ],
  "devDependencies": {
    "buffer-equal": "1.0.0",
    "fs-extra": "4.0.1",
    "grunt": ">=1.0.1",
    "grunt-contrib-clean": "1.1.0",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-shell": "2.1.0",
    "gruntmock": "0.2.1",
    "jasmine-node": "1.14.5"
  }
}
