UNPKG

angular-cached-resource

Version:

An AngularJS module to interact with RESTful resources, even when browser is offline

41 lines 1.01 kB
{ "name": "angular-cached-resource", "main": "angular-cached-resource.js", "version": "0.4.9", "homepage": "https://github.com/goodeggs/angular-cached-resource", "authors": [ "Max Edmands <max@goodeggs.com>", "Aaron Borden <aaron@goodeggs.com>" ], "description": "An AngularJS module to interact with RESTful resources, even when browser is offline", "keywords": [ "angularjs", "resource", "cache" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular-resource": "~1.2.14", "angular": "~1.2.14" }, "devDependencies": { "angular-mocks": "~1.2.14" }, "_release": "0.4.9", "_resolution": { "type": "version", "tag": "v0.4.9", "commit": "5bbfb15843dee6dc927a5dbadb106d23983cedec" }, "_source": "git://github.com/goodeggs/angular-cached-resource.git", "_target": "~0.4.9", "_originalSource": "angular-cached-resource", "_direct": true }