-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 709 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 709 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
{
"name": "angular-qiniu-upload",
"version": "0.0.5",
"homepage": "https://github.com/icattlecoder/angularQFileUpload/blob/master/README.md",
"authors": [
"icattlecoder <icattlecoder@gmail.com>"
],
"description": "AngularJS qiniu cloud storage large file upload service with support resumble,progress",
"main": "./src/qupload.js",
"keywords": [
"AngularJS",
"Angular",
"Storage",
"Qiniu",
"Qiniu upload"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js"
],
"dependencies": {
"angular": "^1.3.x",
"angular-local-storage": "0.1.4"
},
"devDependencies": {
"angular": "^1.3.x",
"angular-local-storage": ">0.1.4"
}
}