UNPKG

coal

Version:
32 lines (31 loc) 624 B
{ "name": "coal", "version": "0.3.0", "description": "Mysql ORM base on knexjs", "author": "huyinghuan", "homepage": "https://github.com/huyinghuan/coal", "keywords": [ "coal", "mysql" ], "repository": { "type": "git", "url": "https://github.com/huyinghuan/coal.git" }, "bugs": { "url": "https://github.com/huyinghuan/coal/issues", "email": "ec.huyinghuan@gmail.com" }, "license": "MIT", "engines": { "node": ">= 8.0.0" }, "main": "index.js", "dependencies": { "knex": "^0.14.6" }, "devDependencies": { "mysql": "^2.5.0", "sqlite3": "^3.0.4" } }