This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
angular-local-storage/bower.json

27 lines
575 B
JSON
Raw Normal View History

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