yjs/bower.json

32 lines
642 B
JSON

{
"name": "Yatta",
"version": "0.0.5",
"homepage": "https://github.com/DadaMonad/Yatta",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "A Framework that enables Real-Time collaboration on arbitrary data structures.",
"main": "./build/**",
"keywords": [
"OT",
"collaboration",
"synchronization",
"ShareJS",
"Coweb",
"concurrency"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"Gruntfile.coffee",
"extras",
"tests"
],
"dependencies": {
"peerjs": "~0.3.14",
"polymer": "Polymer/polymer#~0.5.2"
}
}