UNPKG

mysql-live-client

Version:
53 lines (52 loc) 1.27 kB
{ "name": "mysql-live-client", "version": "0.4.1", "description": "The client side script of mysql-live package.", "main": "./compiled/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "crypto-js": "^3.1.5", "lodash": "^3.10.1", "socket.io-client": "^1.3.7" }, "devDependencies": { "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-typescript": "^2.9.2", "gulp-uglify": "^1.5.1", "merge2": "^0.3.6" }, "repository": { "type": "git", "url": "https://github.com/nodets/node-mysql-live-client.git" }, "keywords": [ "mysql-live", "mysql-live-client", "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-client/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/nodets/node-mysql-live-client/issues" }, "typings": "./compiled/index", "homepage": "https://github.com/nodets/node-mysql-live-client#readme" }