-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 771 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 771 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
35
36
{
"name": "sc-upload",
"version": "1.0.2",
"description": "Polymer 1.0 element for beautiful file uploads",
"authors": [
"Safety Changer"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"upload",
"file",
"rotate",
"scale",
"resize",
"loader",
"progress"
],
"main": "sc-upload.html",
"ignore": {},
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/safetychanger/sc-upload"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/safetychanger/sc-upload",
"dependencies": {
"polymer": "~1.0.6",
"sc-thumbnail": "latest",
"sc-resize": "latest",
"IndexedDBShim": "latest",
"idbwrapper": "latest"
}
}