2015-06-19 09:36:51 -07:00
|
|
|
{
|
|
|
|
"name": "paper-dialog",
|
|
|
|
"description": "A Material Design dialog",
|
2015-07-13 14:26:11 -07:00
|
|
|
"version": "1.0.1",
|
2015-06-19 09:36:51 -07:00
|
|
|
"authors": "The Polymer Authors",
|
|
|
|
"keywords": [
|
|
|
|
"web-components",
|
|
|
|
"polymer",
|
|
|
|
"dialog",
|
|
|
|
"overlay"
|
|
|
|
],
|
|
|
|
"main": "paper-dialog.html",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/PolymerElements/paper-dialog"
|
|
|
|
},
|
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
"homepage": "https://github.com/PolymerElements/paper-dialog",
|
|
|
|
"ignore": [],
|
|
|
|
"dependencies": {
|
|
|
|
"polymer": "Polymer/polymer#^1.0.0",
|
|
|
|
"paper-dialog-behavior": "PolymerElements/paper-dialog-behavior#^1.0.0",
|
|
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
|
|
|
"neon-animation": "PolymerElements/neon-animation#^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
|
|
|
"paper-button": "PolymerElements/paper-button#^1.0.0",
|
|
|
|
"paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0",
|
|
|
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
|
|
|
"web-component-tester": "*",
|
|
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
|
|
}
|
|
|
|
}
|