{
  "name": "angular-identity-map",
  "version": "0.2.1",
  "homepage": "https://github.com/pluff/angular-identity-map",
  "description": "An Identity Map implementation for AngularJS applications.",
  "main": "./dist/angular-identity-map.js",
  "authors": [
    "Pavel Shutsin <publicshady@gmail.com>"
  ],
  "keywords": [
    "angular",
    "identitymap",
    "identity",
    "map",
    "angularjs"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test*",
    "spec",
    "gruntFile.js",
    "coffeelint.js",
    "package.json"
  ],
  "dependencies": {
    "angular": "~1.x"
  },
  "devDependencies": {
    "angular-mocks": "~1.x"
  }
}


