2015-06-19 11:34:21 -07:00
|
|
|
{
|
|
|
|
"name": "paper-icon-button",
|
|
|
|
"private": true,
|
2016-05-05 11:29:30 -07:00
|
|
|
"version": "1.1.0",
|
2015-06-19 11:34:21 -07:00
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
"description": "A material design icon button",
|
2016-05-05 11:29:30 -07:00
|
|
|
"main": [
|
|
|
|
"paper-icon-button.html",
|
|
|
|
"paper-icon-button-light.html"
|
|
|
|
],
|
2015-06-19 11:34:21 -07:00
|
|
|
"author": [
|
|
|
|
"The Polymer Authors"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"web-components",
|
|
|
|
"polymer",
|
|
|
|
"button",
|
|
|
|
"icon",
|
|
|
|
"control"
|
|
|
|
],
|
2015-07-13 14:26:11 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/PolymerElements/paper-icon-button.git"
|
|
|
|
},
|
2015-06-19 11:34:21 -07:00
|
|
|
"dependencies": {
|
2015-10-07 18:49:40 -07:00
|
|
|
"polymer": "Polymer/polymer#^1.1.0",
|
|
|
|
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
|
|
|
|
"paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
|
|
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
|
2015-06-19 11:34:21 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-06 11:43:08 -07:00
|
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
2015-12-14 08:43:03 -07:00
|
|
|
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
|
2016-03-06 11:43:08 -07:00
|
|
|
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
|
2015-10-07 18:49:40 -07:00
|
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
2016-03-06 11:43:08 -07:00
|
|
|
"web-component-tester": "^4.0.0",
|
|
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
2015-12-14 08:43:03 -07:00
|
|
|
},
|
|
|
|
"ignore": []
|
2015-06-19 11:34:21 -07:00
|
|
|
}
|