{
  "name": "angular-spring-data-rest",
  "version": "0.4.6",
  "description": "An AngularJS module to ease the work with a Spring Data REST backend.",
  "keywords": [
    "AngularJS",
    "angular",
    "Spring",
    "Spring Data",
    "REST",
    "Spring Data REST"
  ],
  "homepage": "http://guylabs.ch/project/angular-spring-data-rest",
  "bugs": "https://github.com/guylabs/angular-spring-data-rest/issues",
  "author": {
    "name": "Guy Brand",
    "email": "admin@guylabs.org",
    "url": "http://guylabs.ch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guylabs/angular-spring-data-rest.git"
  },
  "main": "dist/angular-spring-data-rest.min.js",
  "devDependencies": {
    "bower": "~1.7.9",
    "coveralls": "~2.11.14",
    "grunt": "~1.0.1",
    "grunt-bower-install-simple": "~1.2.3",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-uglify": "~2.0.0",
    "grunt-protractor-runner": "~4.0.0",
    "grunt-karma": "~2.0.0",
    "karma": "~1.3.0",
    "karma-chrome-launcher": "~2.0.0",
    "karma-coverage": "~1.1.1",
    "karma-firefox-launcher": "~1.0.0",
    "karma-jasmine": "~1.0.2",
    "karma-phantomjs-launcher": "~1.0.2",
    "load-grunt-tasks": "~3.5.2",
    "time-grunt": "~1.4.0"
  },
  "dependencies": {},
  "license": "MIT",
  "scripts": {
    "test": "grunt test"
  }
}
