database-js-common
Version:
database-js common code
26 lines (25 loc) • 667 B
JSON
{
"name": "database-js-common",
"version": "1.0.1",
"description": "database-js common code",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js-common.git"
},
"keywords": [
"database-js"
],
"author": "Michael Anderson <michael@anderson-clan.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js-common/issues"
},
"homepage": "https://github.com/mlaanderson/database-js-common#readme",
"devDependencies": {
"mocha": "^5.2.0"
}
}