strolch-wc-badge/bower.json

30 lines
730 B
JSON

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