huli-db
Version:
Database service with MySQL-Bricks and dependency-injection
32 lines (31 loc) • 711 B
JSON
{
"name": "huli-db",
"version": "1.0.1",
"description": "Database service with MySQL-Bricks and dependency-injection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DonBattery/huli-db.git"
},
"keywords": [
"huli",
"database",
"service",
"mysql",
"bricks",
"dependency-injection"
],
"author": "Crystalpig Conclave",
"license": "MIT",
"bugs": {
"url": "https://github.com/DonBattery/huli-db/issues"
},
"homepage": "https://github.com/DonBattery/huli-db#readme",
"dependencies": {
"huli-env": "^1.0.1",
"mysql": "^2.15.0"
}
}