UNPKG

database-js2

Version:
44 lines (43 loc) 1.15 kB
{ "name": "database-js2", "version": "1.4.2", "description": "Common Database Interface", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mlaanderson/database-js.git" }, "keywords": [ "database", "database-js", "javascript", "adodb", "firebase", "ini", "mysql", "postgres", "sqlite" ], "author": "Michael Anderson <michael@anderson-clan.org>", "contributors": [ "Michael Anderson <michael@anderson-clan.org> (https://github.com/mlaanderson/)", "Thiago Delgado Pinto (https://github.com/thiagodp)" ], "license": "MIT", "bugs": { "url": "https://github.com/mlaanderson/database-js/issues" }, "homepage": "https://github.com/mlaanderson/database-js#readme", "devDependencies": { "database-js-adodb": "^1.0.0", "database-js-firebase": "^1.0.0", "database-js-ini": "git+https://github.com/mlaanderson/database-js-ini.git", "database-js-json": "^1.0.0", "database-js-mysql": "^1.0.0", "database-js-postgres": "^1.0.0", "database-js-sqlite": "^1.0.3" } }