73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "paper-badge",
|
eb240478
Luigi Serra
public room cards...
|
3
|
"version": "1.0.4",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
14
15
16
|
"description": "Material design status message for elements",
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
"badge",
"notification"
],
"main": [
"paper-badge.html"
],
|
73bcce88
luigser
COMPONENTS
|
17
18
19
20
21
22
23
24
|
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/paper-badge.git"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/paper-badge",
"ignore": [],
"dependencies": {
|
eb240478
Luigi Serra
public room cards...
|
25
26
27
|
"polymer": "Polymer/polymer#^1.1.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
|
73bcce88
luigser
COMPONENTS
|
28
29
30
|
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
eb240478
Luigi Serra
public room cards...
|
31
|
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
32
33
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "*",
|
eb240478
Luigi Serra
public room cards...
|
34
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
73bcce88
luigser
COMPONENTS
|
35
36
|
}
}
|