plug-socket
Version:
Simple plug.dj WebSocket server interaction.
34 lines (33 loc) • 800 B
JSON
{
"name": "plug-socket",
"description": "Simple plug.dj WebSocket server interaction.",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": "https://github.com/goto-bus-stop/plug-socket/issues",
"dependencies": {
"ws": "^5.0.0"
},
"devDependencies": {
"builtin-modules": "^2.0.0",
"mocha": "^5.0.0",
"node-fetch": "^2.1.2",
"plug-login": "^2.0.0",
"rollup": "^0.58.2",
"rollup-plugin-buble": "^0.19.2"
},
"homepage": "https://github.com/goto-bus-stop/plug-socket",
"keywords": [
"plug",
"plug.dj",
"websocket",
"ws"
],
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"repository": "goto-bus-stop/plug-socket",
"scripts": {
"build": "rollup -c",
"test": "npm run build && mocha"
}
}