You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angular-local-storage/bower.json

31 lines
634 B
JSON

{
"name": "angular-local-storage",
"version": "0.0.7",
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
"authors": [
"grevory <greg@gregpike.ca>"
],
"description": "An Angular module that gives you access to the browser's local storage",
"main": "angular-local-storage.js",
"keywords": [
"AngularJS",
"Angular",
"Storage",
"Local Storage",
"Session",
"Cookie"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angularjs": "*",
"angular-mocks": "~1.2.1"
}
}