-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbower.json
43 lines (43 loc) · 1.62 KB
/
bower.json
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
37
38
39
40
41
42
43
{
"name": "sc-boardwalk",
"description": "swarm.city DAPP",
"main": "index.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"app-route": "https://github.com/PolymerElements/app-route.git#^0.9.3",
"neon-elements": "PolymerElements/neon-elements#^1.0.0",
"web3": "^0.18.2",
"jsencrypt": "^2.3.0",
"cryptojslib": "^3.1.2",
"hooked-web3-provider": "https://github.com/ConsenSys/hooked-web3-provider.git",
"eth-lightwallet": "https://github.com/BlockTube/eth-lightwallet.git#^2.4.1",
"sc-style": "https://github.com/swarmcity/sc-style.git",
"sc-iconset": "https://github.com/swarmcity/sc-iconset.git",
"iron-media-query": "^1.0.8",
"iron-collapse": "^1.3.0",
"paper-input": "^1.1.23",
"iron-a11y-keys": "^1.0.7",
"iron-localstorage": "^1.0.6",
"paper-progress": "^1.0.11",
"polymer-detect-js": "^1.0.3",
"Croppie": "https://github.com/Foliotek/Croppie.git#^2.4.1",
"polymer-redux": "^0.4.1",
"latlon-geohash": "https://github.com/chrisveness/latlon-geohash.git#^1.1.0",
"paper-dropdown-menu": "^1.5.0",
"paper-item": "^1.2.2",
"paper-listbox": "^1.1.2",
"uuid-js": "^0.7.5",
"paper-slider": "^1.0.15",
"bower": "*",
"install": "^1.0.4",
"uuid.js": "v3.0",
"moment-js": "^0.7.2",
"browser-builds": "https://github.com/ethereumjs/browser-builds.git"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}