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

28 lines
501 B
JSON

{
"name": "y-websockets-client",
"main": "y-websockets-client.js",
"version": "0.7.11",
"homepage": "http://y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
],
"description": "Websockets connector for Yjs (browser/node client)",
"moduleType": [
"globals",
"node"
],
"keywords": [
"Yjs",
"connector",
"websockets"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}