UNPKG

syncable-server

Version:
33 lines (32 loc) 681 B
{ "name": "syncable-server", "version": "0.2.2", "description": "Syncable server.", "main": "bld/index.js", "types": "bld/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/makeflow/syncable.git" }, "keywords": [ "syncable" ], "author": "Makeflow Inc.", "license": "MIT", "bugs": { "url": "https://github.com/makeflow/syncable/issues" }, "homepage": "https://github.com/makeflow/syncable#readme", "files": [ "bld", "!bld/**/*.js.map" ], "devDependencies": { "@types/socket.io": "^1.4.29", "@types/uuid": "^3.0.0", "syncable": "^0.2.2" }, "dependencies": { "uuid": "^3.1.0" } }