-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
48 lines (48 loc) · 989 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": "imagenie",
"main": [
"imagenie.js",
"imagenie.min.js"
],
"version": "1.0.2",
"homepage": "https://github.com/saniyusuf/imagenie",
"authors": [
"Sani Yusuf <[email protected]>"
],
"description": "An angular js directive/component for auto caching of images with local-forage library",
"keywords": [
"images",
"cache",
"angular",
"ionic",
"storage"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"karma.conf.js",
"gulpfile.js",
".gitignore"
],
"devDependencies": {
"angular": "1.3.6",
"angular-mocks": "1.3.6",
"ionic": "1.0.0-beta.14"
},
"dependencies": {
"angular-localforage": "~1.2.2",
"localforage": "~1.2.2"
},
"resolutions": {
"localforage": "1.2.2",
"angular": "1.3.6",
"angular-animate": "1.3.6",
"angular-ui-router": "0.2.13",
"angular-sanitize": "1.3.6"
}
}