UNPKG

angular-spring-data-rest

Version:

An AngularJS module to ease the work with a Spring Data REST backend.

43 lines (42 loc) 1.01 kB
{ "name": "angular-spring-data-rest", "version": "0.4.6", "description": "An AngularJS module to ease the work with a Spring Data REST backend.", "main": "./dist/angular-spring-data-rest.js", "license": "MIT", "ignore": [ "**/.*", ".gitignore", "Gruntfile.js", "karma.conf.js", "lib", "src", "test", "node_modules", "bower_components" ], "keywords": [ "angular", "angularjs", "spring", "spring data", "spring data rest", "rest", "api" ], "authors": [ "Guy Brand <admin@guylabs.org>" ], "homepage": "http://guylabs.ch/project/angular-spring-data-rest", "repository": { "type": "git", "url": "https://github.com/guylabs/angular-spring-data-rest.git" }, "dependencies": { "angular": "~1.5.0", "angular-resource": "~1.5.0" }, "devDependencies": { "angular-mocks": "~1.5.0" } }