UNPKG

sand-mysql

Version:
44 lines (43 loc) 1 kB
{ "name": "sand-mysql", "version": "2.2.6", "description": "MySQL Wrapper", "main": "lib/mysql.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --require should --delay test/run.js" }, "repository": { "type": "git", "url": "https://github.com/sandjs/mysql" }, "keywords": [ "sand", "grain", "mysql" ], "author": "Kevin Smithson <ksmithson@pocketly.com>", "homepage": "https://github.com/sandjs/mysql", "bugs": { "url": "https://github.com/sandjs/mysql/issues" }, "license": "ISC", "dependencies": { "debug": "^2.2.0", "knex": "^0.7.5", "libstats": "0.0.2", "lodash": "^3.10.1", "mysql": "^2.5.5", "sand-abstract-model": "0.0.0", "sand-grain": "^1.1.1" }, "publishConfig": { "registry": "http://registry.npmjs.org" }, "devDependencies": { "co": "git+https://github.com/sazze/co.git#4.6.0", "co-mocha": "^1.1.2", "mocha": "^2.5.3", "sand": "1.8.1", "should": "^7.1.0" } }