UNPKG

@fabrix/spool-realtime

Version:

Spool: Realtime, Synchronize the client and server via WebSockets using Primus

101 lines (100 loc) 2.55 kB
{ "name": "@fabrix/spool-realtime", "version": "1.6.6", "description": "Spool: Realtime, Synchronize the client and server via WebSockets using Primus", "homepage": "https://fabrix.app", "author": { "name": "scott-wyatt", "email": "scottwyatt86@gmail.com", "url": "https://cali-style.com" }, "contributors": [ { "name": "Travis Webb", "url": "https://github.com/tjwebb" }, { "name": "Alex Clavelle", "url": "https://github.com/aclave1" }, { "name": "Aumard Jimmy", "url": "https://github.com/jaumard" } ], "keywords": [ "spool", "fabrix", "trailsjs", "sockets", "primus" ], "scripts": { "release": "standard-version", "build": "tsc -p ./lib/tsconfig.release.json", "lint": "tslint -p ./lib", "watch": "tsc -w -p ./lib/tsconfig.release.json", "test": "npm run clean && npm run lint && npm run build && nyc mocha", "prepublishOnly": "npm run compile", "compile": "npm run clean && npm run build", "clean": "rm -rf dist", "ci": "cd .. && ci", "webpack": "node_modules/.bin/webpack --config ./test-browser/webpack.config.js" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "pre-commit": [ "test" ], "dependencies": { "engine.io": "^3.4.0", "engine.io-client": "^3.4.0", "joi": "^14.3.1", "primus": "^7.3.3" }, "devDependencies": { "@fabrix/fabrix": "^1.6.4", "@fabrix/lint": "^1.0.0-alpha.3", "@fabrix/spool-errors": "^1.6.2", "@fabrix/spool-express": "^1.6.7", "@fabrix/spool-router": "^1.6.4", "@types/lodash": "^4.14.109", "@types/node": "~10.3.4", "assert-called": "^0.1.2-1", "express": "^4.17.1", "fortress-maximus": "0.0.5", "mirage": "0.0.7", "mocha": "^6", "nyc": "^14.1.1", "primus-redis-rooms": "^0.3.2", "shortid": "^2.2.14", "smokesignals": "^3", "sqlite3": "^4.0.0", "standard-version": "^7.0.0", "supertest": "^4.0.2", "tslib": "~1.9.0", "tslint": "~5.14.0", "tslint-microsoft-contrib": "~6.1.0", "tsutils": "~3.9.1", "typescript": "~3.3.4000", "webpack": "^4.33.0", "webpack-cli": "^3.3.3" }, "peerDependencies": { "@fabrix/fabrix": "^1.6.4" }, "engines": { "node": ">= 7.6.0" }, "repository": { "type": "git", "url": "git@github.com:fabrix-app/spool-realtime.git" }, "bugs": { "url": "https://github.com/fabrix-app/spool-realtime/issues" }, "license": "MIT" }