-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 900 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 900 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
36
{
"name": "paper-chip",
"version": "1.0.10",
"authors": [
"Vinicius Patrinhani <patrinhani@ciandt.com>"
],
"description": "Material Design Chip component built with Polymer.",
"keywords": [
"web-component",
"polymer",
"paper-chip",
"material design",
"chip"
],
"main": "paper-chip.html",
"license": "https://raw.githubusercontent.com/WebPaperElements/paper-chip/master/LICENSE.md",
"homepage": "https://github.com/WebPaperElements/paper-chip/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "^1.1.0",
"iron-a11y-keys": "^1.0.5",
"iron-behaviors": "^1.0.0",
"iron-icon": "^1.0.0",
"iron-iconset-svg": "^1.0.0",
"iron-flex-layout": "^1.0.0",
"paper-material": "^1.0.0",
"paper-styles": "^1.0.0"
},
"devDependencies": {
"iron-component-page": "^1.0.0",
"web-component-tester": "*"
}
}