angular-local-db
Version:
An AngularJS module that provides a simple key-value browser based database API.
39 lines (38 loc) • 988 B
JSON
{
"name": "angular-local-db",
"version": "0.1.3",
"description": "An AngularJS module that provides a simple key-value browser based database API. ",
"main": "angular-local-db.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njgerner/angular-local-db.git"
},
"keywords": [
"angular",
"localstorage",
"angular-cache",
"angular-local-db",
"local-db",
"db",
"$http",
"cache"
],
"author": "Nick Gerner <hello@njgerner.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/njgerner/angular-local-db/issues"
},
"homepage": "https://github.com/njgerner/angular-local-db#readme",
"devDependencies": {
"angular": "^1.5.7",
"angular-mocks": "^1.5.7",
"angular-ui-router": "^0.3.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2"
}
}