-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 1.28 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": "locals-voting",
"version": "1.0.3",
"authors": [
"Anonymous <[email protected]>"
],
"description": "An element providing a solution to no problem in particular.",
"keywords": [
"web-component",
"polymer",
"seed"
],
"main": "locals-voting.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/<USERNAME>/seed-element/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"paper-input": "^1.1.11",
"locals-item": "https://github.com/locals-world/locals-item.git",
"locals-button": "https://github.com/locals-world/locals-button.git",
"iron-pages": "^1.0.7",
"locals-proposal": "https://github.com/locals-world/locals-proposal.git",
"web3-wallet": "^0.0.8",
"neon-animation": "^1.2.1",
"iron-collapse": "^1.0.8",
"pikaday": "^1.4.0",
"locals-progress": "https://github.com/locals-world/locals-progress.git",
"underscore": "^1.8.3",
"locals-dropdown": "https://github.com/locals-world/locals-dropdown.git"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
},
"resolutions": {
"moment": "^2.13.0",
"web3-wallet": "^0.0.8"
}
}