UNPKG

mysql-live

Version:

Brings the server.publish and client.subscribe for live updates on mysql database. The only one Live Collections.

55 lines (54 loc) 1.36 kB
{ "name": "mysql-live", "version": "0.4.4", "description": "Brings the server.publish and client.subscribe for live updates on mysql database. The only one Live Collections.", "main": "./compiled/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "node-mysql-wrapper": "^2.9.3", "crypto-js": "^3.1.5", "lodash": "^3.10.1", "socket.io": "^1.3.7" }, "devDependencies": { "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-typescript": "^2.9.2", "gulp-zip": "^3.0.2", "merge2": "^0.3.6", "streamqueue": "^1.1.1", "yargs": "^3.24.0" }, "repository": { "type": "git", "url": "https://github.com/nodets/node-mysql-live.git" }, "keywords": [ "mysql-live", "mysql", "socket.io", "mysql-collections", "node-mysql-wrapper", "node-mysql", "mysql-wrapper" ], "files": [ "LICENSE", "README.md", "compiled/" ], "author": "Makis Maropoulos <makis@ideopod.com> (https://github.com/nodets)", "licenses": [ { "type": "MIT", "url": "https://github.com/nodets/node-mysql-live/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/nodets/node-mysql-live/issues" }, "typings": "./compiled/index", "homepage": "https://github.com/nodets/node-mysql-live#readme" }