-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 859 Bytes
/
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
{
"name": "locals-progress",
"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-progress.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/<USERNAME>/seed-element/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"progress-bubble": "^1.2.0",
"locals-style": "https://github.com/locals-world/locals-style.git",
"paper-progress": "^1.0.9",
"locals-icon": "https://github.com/locals-world/locals-icon.git"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}