UNPKG

caldb-d

Version:

channeladvisor-localdb server wrapper

36 lines (35 loc) 795 B
{ "name": "caldb-d", "version": "0.3.4", "description": "channeladvisor-localdb server wrapper", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/seapunk/caldb-d.git" }, "keywords": [ "channeladvisor", "local", "channel", "advisor" ], "bin": { "caldbd": "./bin/caldbd" }, "author": "Ivan K <ivan@sq10.net>", "license": "MIT", "bugs": { "url": "https://github.com/seapunk/caldb-d/issues" }, "homepage": "https://github.com/seapunk/caldb-d#readme", "dependencies": { "channeladvisor-localdb": "^0.5.0", "channeladvisor2": "^0.2.2", "livescript": "^1.4.0", "pm2": "^0.14.7", "socket.io": "^1.3.7" } }