forked from mlzxy/ionic-cache-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 703 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 703 Bytes
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
{
"name": "ionic-cache-src",
"version": "0.7.2",
"authors": [
"Xinyu Zhang <sayenzhang@gmail.com>"
],
"description": "A Cache Ionic Plugin, works for any tags, and will show a progress circle when the download is not done",
"main": [
"ionic-cache-src.js"
],
"keywords": [
"ionic",
"cache",
"image",
"video",
"cordova-file-transfer",
"localstorage"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"ngCordova": "~0.1.17-alpha",
"angular-svg-round-progressbar": "~0.2.10",
"ionic": "~1.2.1",
"ngstorage": "~0.3.7"
}
}