-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
48 lines (48 loc) · 974 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-swx-local-storage",
"version": "1.0.2",
"authors": [
"Paul Massey, paul.massey@scriptwerx.io, http://www.scriptwerx.io"
],
"description": "Provides a key-value (string-object) storage, that is backed by localStorage with support for expiry (in days).",
"keywords": [
"AngularJS",
"Angular",
"Angular Local Storage",
"$localStorage",
"Angular Storage",
"Local Storage",
"JavaScript",
"Component",
"Components",
"Scriptwerx",
"Genoveus"
],
"license": "MIT",
"homepage": "https://github.com/scriptwerx/angular-swx-local-storage",
"ignore": [
".jshintrc",
".travis.yml",
".gitignore",
"package.json",
"gulpfile.js",
"angular-swx-local-storage.iml",
"**/*.md",
"bin",
"docs",
"src",
"lib",
"test",
"node_modules",
"bower_components"
],
"main": [
"./release/swx-local-storage.min.js"
],
"dependencies": {
"angular": ">=1 <1.4.0"
},
"devDependencies": {
"angular-mocks": ">=1 <1.4.0"
}
}