-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 848 Bytes
/
package.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
{
"name": "@rwestlund/responsive-dialog",
"version": "4.0.0",
"description": "A responsive dialog web component",
"keywords": [ "responsive", "dialog", "polymer", "webcomponent" ],
"homepage": "https://github.com/rwestlund/responsive-dialog",
"license": "BSD-2-Clause",
"author": {
"name": "Randy Westlund"
},
"repository": {
"type": "git",
"url": "https://github.com/rwestlund/responsive-dialog"
},
"dependencies": {
"@polymer/app-layout": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/iron-media-query": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-dialog": "^3.0.0",
"@polymer/paper-dialog-scrollable": "^3.0.0",
"@polymer/paper-icon-button": "^3.0.0",
"@polymer/polymer": "^3.0.0"
}
}