angular-lfmo
Version:
Simple models for localforage.
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "angular-lfmo",
"version": "0.1.6",
"description": "Simple models for localforage.",
"license": "MIT",
"main": "dist/angular-lfmo.js",
"homepage": "",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/aeby/angular-lfmo.git"
},
"keywords": [
"localstorage",
"local-storage",
"localForage",
"indexDB",
"webSQL",
"storage",
"module",
"angular",
"angularJS"
],
"author": "Reto Aebersold <aeby@substyle.ch>",
"bugs": {
"url": "https://github.com/aeby/angular-lfmo/issues"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.11.2",
"grunt-ng-annotate": "0.10.0",
"grunt-karma": "0.10.1",
"grunt-newer": "1.1.0",
"jit-grunt": "0.9.1",
"jshint-stylish": "2.0.0",
"jasmine-core": "2.3.4",
"karma": "0.12.33",
"karma-chrome-launcher": "0.1.12",
"karma-firefox-launcher": "0.1.6",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"time-grunt": "1.2.1"
}
}