strolch-wc-styles/bower.json

23 lines
570 B
JSON
Raw Normal View History

2017-02-07 07:28:23 +01:00
{
"name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles",
2019-11-08 16:15:22 +01:00
"version": "0.3.0",
"authors": ["Robert von Burg"],
2017-02-07 07:28:23 +01:00
"keywords": [
"strolch",
"styles"
],
"main": "strolch-wc-styles.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:4treesCH/strolch-wc-styles.git"
},
"license": "https://github.com/4treesCH/strolch-wc-styles/blob/master/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-styles",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.11.3"
2017-02-07 07:28:23 +01:00
}
}