strolch-wc-auth/bower.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2017-01-06 11:40:33 +01:00
{
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
2018-07-12 18:09:58 +02:00
"version": "0.6.6",
2017-01-06 11:40:33 +01:00
"authors": "Robert von Burg",
"keywords": [
"strolch",
"auth"
],
"main": "strolch-wc-auth.html",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:4treesCH/strolch-wc-auth.git"
},
"license": "https://github.com/4treesCH/strolch-wc-auth/blob/master/LICENSE",
"homepage": "https://github.com/4treesCH/strolch-wc-auth",
"ignore": [],
"dependencies": {
2017-11-28 09:00:35 +01:00
"strolchjs": "4treesCH/strolchjs#^0.2.3",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.3",
2018-03-29 12:25:09 +02:00
"polymer": "Polymer/polymer#^1.11.3",
2018-03-29 12:25:09 +02:00
"iron-ajax": "PolymerElements/iron-ajax#^1.4.4",
2018-03-29 12:25:09 +02:00
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0.9",
"paper-material": "PolymerElements/paper-material#^1.0.7",
"paper-card": "PolymerElements/paper-card#^1.1.6",
2017-01-06 11:40:33 +01:00
"paper-dialog": "PolymerElements/paper-dialog#^1.1.0",
"paper-button": "PolymerElements/paper-button#^1.0.15",
"paper-input": "PolymerElements/paper-input#^1.2.1",
2018-03-29 12:25:09 +02:00
"paper-styles": "PolymerElements/paper-styles#^1.3.1"
2017-01-06 11:40:33 +01:00
}
2017-01-06 11:53:42 +01:00
}