{
  "name": "restangular",
  "main": "./dist/restangular.js",
  "description": "Restful Resources service for AngularJS apps",
  "repository": {
    "type": "git",
    "url": "git://github.com/mgonto/restangular.git"
  },
  "dependencies": {
    "lodash": "~4.17.0",
    "angular": "~1.x"
  },
  "ignore": [
    "node_modules",
    "components",
    "lib"
  ]
}
