-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.02 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
{
"name": "poly-badge",
"version": "2.0.0",
"authors": [
"Mason Louchart"
],
"contributors": [
"http://LM450N.github.io/poly-badge/components/poly-badge/CONTRIBUTORS.txt"
],
"description": "A poly-badge is a pure Polymer component to display a count or a tiny label.",
"license": "http://LM450N.github.io/poly-badge/components/poly-badge/LICENSE.txt",
"homepage": "http://LM450N.github.io/poly-badge/components/poly-badge/",
"repository": {
"type": "git",
"url": "https://github.com/LM450N/poly-badge.git"
},
"keywords": [
"seed",
"polymer",
"web-component",
"web-components",
"badge"
],
"main": "poly-badge.html",
"ignore": [
"/.*",
"/node_modules",
"/bower_components",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"paper-material": "PolymerElements/paper-material#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}