outsourced examples

This commit is contained in:
Kevin Jahns
2015-11-04 16:52:31 +01:00
parent 33b7588497
commit e2e89e198f
9 changed files with 167 additions and 25 deletions

14
Examples/bower.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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": "../"
}
}