-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 786 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 786 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": "ipfs-upload",
"version": "0.0.26",
"authors": [
"Stefaan Ponnet <stefaan@ponnet.com>"
],
"description": "An upload element for IPFS",
"keywords": [
"web-component",
"web-components",
"polymer",
"ipfs",
"js-ipfs-api"
],
"main": "ipfs-upload.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/sponnet/ipfs-upload/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"js-ipfs-api": "https://github.com/ipfs/js-ipfs-api.git#^2.13.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
},
"resolutions": {
"js-ipfs-api": "^6.0.1"
}
}