strolch-wc-notification/bower.json

30 lines
778 B
JSON

{
"name": "strolch-wc-notification",
"description": "Strolch WebComponent Notification",
"version": "0.1.1",
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"notification"
],
"main": "strolch-wc-notification.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:strolch-li/strolch-wc-notification.git"
},
"license": "https://github.com/strolch-li/strolch-wc-notification/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-notification",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.12.0",
"paper-button": "PolymerElements/paper-button#^1.0.15",
"neon-animation": "PolymerElements/neon-animation#^1.2.5"
},
"devDependencies": {
}
}