strolch-wc-ws-observer/bower.json

27 lines
703 B
JSON
Raw Normal View History

2019-03-11 13:04:21 +01:00
{
"name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension",
2022-07-11 14:02:36 +02:00
"version": "0.2.11",
2019-03-11 13:04:21 +01:00
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"websocket",
"observers"
],
"main": "strolch-wc-ws-observer.html",
"private": false,
"repository": {
"type": "git",
2021-03-03 13:47:10 +01:00
"url": "https://github.com/strolch-li/strolch-wc-ws-observer.git"
2019-03-11 13:04:21 +01:00
},
2021-03-03 13:47:10 +01:00
"license": "https://github.com/strolch-li/strolch-wc-ws-observer/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-ws-observer",
2019-03-11 13:04:21 +01:00
"ignore": [],
"dependencies": {
2022-07-11 14:02:36 +02:00
"strolchjs": "strolch-li/strolchjs#^0.5.3",
2022-05-13 13:14:33 +02:00
"polymer": "Polymer/polymer#^1.12.0"
2019-03-11 13:04:21 +01:00
}
}