yjs/bower.json
2015-01-08 16:53:25 +00:00

34 lines
710 B
JSON

{
"name": "Yatta",
"version": "0.0.7",
"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": "~0.5.2",
"paper-slider": "Polymer/paper-slider#~0.5.2",
"webcomponentsjs": "~0.5.2"
}
}