UNPKG

database-js-mysql

Version:
31 lines (30 loc) 748 B
{ "name": "database-js-mysql", "version": "1.1.3", "description": "database-js wrapper for MySQL", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mlaanderson/database-js-mysql.git" }, "keywords": [ "database-js", "mysql" ], "author": "Michael Anderson <michael@anderson-clan.org>", "license": "MIT", "bugs": { "url": "https://github.com/mlaanderson/database-js-mysql/issues" }, "homepage": "https://github.com/mlaanderson/database-js-mysql#readme", "dependencies": { "database-js-common": "^1.0.1", "mysql": "^2.16.0" }, "devDependencies": { "database-js": "^3.0.2" } }