mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "paper-toast",
|
|
"version": "1.0.0",
|
|
"description": "A material design notification toast",
|
|
"private": true,
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"keywords": [
|
|
"web-components",
|
|
"polymer",
|
|
"toast",
|
|
"notification"
|
|
],
|
|
"main": "paper-toast.html",
|
|
"dependencies": {
|
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
|
"polymer": "Polymer/polymer#^1.0.0",
|
|
"iron-a11y-announcer": "polymerelements/iron-a11y-announcer#^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
|
"paper-button": "polymerelements/paper-button#^1.0.0",
|
|
"web-component-tester": "*",
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
|
},
|
|
"homepage": "https://github.com/PolymerElements/paper-toast",
|
|
"_release": "1.0.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.0",
|
|
"commit": "71e6c327f7aafe9c71010c83d4c4571f63990072"
|
|
},
|
|
"_source": "git://github.com/PolymerElements/paper-toast.git",
|
|
"_target": "~1.0.0",
|
|
"_originalSource": "PolymerElements/paper-toast",
|
|
"_direct": true
|
|
} |