30 lines
487 B
JSON
30 lines
487 B
JSON
{
|
|
"name": "y-map",
|
|
"version": "0.7.3",
|
|
"homepage": "http://y-js.org",
|
|
"authors": [
|
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
|
],
|
|
"description": "Map type for Yjs",
|
|
"main": [
|
|
"./y-list.js",
|
|
"./build/node/y-list.js"
|
|
],
|
|
"keywords": [
|
|
"OT",
|
|
"collaboration",
|
|
"synchronization",
|
|
"ShareJS",
|
|
"Coweb",
|
|
"concurrency"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"extras",
|
|
"test"
|
|
]
|
|
}
|