2016-01-15 00:01:56 +01:00

28 lines
458 B
JSON

{
"name": "y-memory",
"main": "y-memory.js",
"version": "0.7.1",
"homepage": "http://y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "In-Memory database adapter for Yjs",
"moduleType": [
"globals",
"node"
],
"keywords": [
"Yjs",
"connector",
"webrtc"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}