-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 972 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 972 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
{
"name": "web3-wallet",
"version": "0.0.14",
"authors": [
"Stefaan Ponnet <stefaan@ponnet.com>"
],
"description": "An element wrapping web3js + lightwallet functionalities.",
"keywords": [
"web-component",
"web-components",
"polymer",
"ethereum",
"lightwallet",
"web3js"
],
"main": "web3-wallet.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/sponnet/web3-wallet/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"web3": "^0.15.2",
"eth-lightwallet": "https://github.com/ConsenSys/eth-lightwallet.git#^2.2.2",
"hooked-web3-provider": "https://github.com/ConsenSys/hooked-web3-provider.git",
"iron-localstorage": "PolymerElements/iron-localstorage#^1.0.5"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}