yjs-backend/package.json
Kevin Jahns 9208e699e2 init
2019-03-30 11:09:58 +01:00

34 lines
775 B
JSON

{
"name": "y-websocket",
"version": "1.0.0",
"description": "Yjs Websocket Provider",
"main": "./dist/y-websocket.js",
"module": "./src/y-websocket.js",
"bin": {
"y-websocket": "./bin/server.js"
},
"dependencies": {},
"devDependencies": {
"funlib": "*",
"y-protocols": "*",
"rollup": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-js/y-websocket.git"
},
"keywords": [
"Yjs"
],
"author": "Kevin Jahns <kevin.jahns@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/y-websocket/issues"
},
"homepage": "https://github.com/y-js/y-websocket#readme"
}