strolch-wc-ws-observer/bower.json

27 lines
703 B
JSON

{
"name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension",
"version": "0.2.11",
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"websocket",
"observers"
],
"main": "strolch-wc-ws-observer.html",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/strolch-li/strolch-wc-ws-observer.git"
},
"license": "https://github.com/strolch-li/strolch-wc-ws-observer/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-ws-observer",
"ignore": [],
"dependencies": {
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"polymer": "Polymer/polymer#^1.12.0"
}
}