rapid-db
Version:
Rapid Database Interface
34 lines (33 loc) • 729 B
JSON
{
"name": "rapid-db",
"version": "1.4.15",
"description": "Rapid Database Interface",
"main": "index.js",
"scripts": {
"test": "DEBUG=db ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://lucky_xiaohu@bitbucket.org/lucky-byte/rapid-db.git"
},
"keywords": [
"rapid",
"database",
"lucky",
"byte"
],
"author": "xiaohu <xiaohu@lucky-byte.com> (http://lucky-byte.com)",
"license": "GPL-3.0",
"homepage": "http://lucky-byte.com",
"dependencies": {
"debug": "^3.1.0",
"moment": "^2.19.1",
"pg-promise": "^6.10.3",
"uuid": "^3.1.0",
"winston": "^2.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3"
}
}