yjs/Examples/bower.json
2016-01-09 21:07:04 +01:00

16 lines
283 B
JSON

{
"name": "yjs-examples",
"version": "0.0",
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "Examples for yjs",
"license": "MIT",
"ignore": [],
"dependencies": {
"yjs": "../",
"y-webrtc": "~0.6.4"
}
}