l2t-fab-footer
Version:
Polymer Element to display FAB in a footer toolbar
29 lines (28 loc) • 692 B
JSON
{
"name": "l2t-fab-footer",
"version": "1.0.3",
"description": "Polymer Element to display FAB in a footer toolbar",
"main": "l2t-fab-footer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Polymer",
"Footer",
"Web-components"
],
"repository": {
"type" : "git",
"url" : "https://github.com/Link2Twenty/l2t-fab-footer.git"
},
"author": "Andrew Bone",
"license": "MIT",
"dependencies": {
"@polymer/iron-icons": "^3.0.1",
"@polymer/lit-element": "^0.6.3",
"@polymer/paper-fab": "^3.0.1"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.2"
}
}