strolch-wc-styles/bower.json

24 lines
635 B
JSON
Raw Permalink Normal View History

2017-02-07 07:28:23 +01:00
{
"name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles",
"version": "0.4.8",
"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",
2021-03-03 13:44:25 +01:00
"url": "git@github.com:strolch-li/strolch-wc-styles.git"
2017-02-07 07:28:23 +01:00
},
2021-03-03 13:44:25 +01:00
"license": "https://github.com/strolch-li/strolch-wc-styles/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-styles",
2017-02-07 07:28:23 +01:00
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.12.0",
"paper-styles": "PolymerElements/paper-styles#^1.3.1"
2017-02-07 07:28:23 +01:00
}
}