-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 919 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ng-local-storage-service",
"authors": [
"Justin Saunders (https://github.com/justinsa)"
],
"description": "An Angular service for client-side set, get, remove, bind, and clean of local storage mechanisms. It provides fallbacks to cookies or in-memory storage based on client capabilities and service configuration.",
"keywords": [
"angular",
"cookie storage",
"cookieStorage",
"local storage",
"localStorage",
"provider",
"session storage",
"sessionStorage",
"storage",
"storage service"
],
"homepage": "https://github.com/justinsa/angular-local-storage-service",
"license": "MIT",
"main": "./ng-local-storage-service.js",
"ignore": [
".jshintrc",
"gulpfile.js",
"package.json",
"test.html",
"tests.js"
],
"repository": {
"type": "git",
"url": "git://github.com/justinsa/angular-local-storage-service.git"
}
}