Files
yjs/bower.json

29 lines
573 B
JSON
Raw Normal View History

2014-08-08 05:25:30 +02:00
{
2014-08-08 05:45:11 +02:00
"name": "Yatta",
2014-08-08 05:25:30 +02:00
"version": "0.0.0",
"homepage": "https://github.com/DadaMonad/Yatta",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
2014-08-09 00:31:30 +02:00
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
2014-08-12 19:13:42 +02:00
"main": "./build/browser/**",
2014-08-08 05:25:30 +02:00
"keywords": [
"OT",
"collaboration",
"synchronization",
"ShareJS",
"Coweb",
"concurrency"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"Gruntfile.coffee",
2014-08-08 05:36:17 +02:00
"extras",
2014-08-08 05:25:30 +02:00
"tests"
2014-08-08 05:25:30 +02:00
]
}