1234567891011121314151617181920212223 |
- {
- "name": "node-dbpool",
- "version": "0.0.0",
- "description": "pool and utilities for rdbms servers",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/yzziizzy/node-dbpool.git"
- },
- "author": "izzy",
- "license": "AGPLv3",
- "bugs": {
- "url": "https://github.com/yzziizzy/node-dbpool/issues"
- },
- "homepage": "https://github.com/yzziizzy/node-dbpool",
- "dependencies": {
- "lodash": "^2.4.1"
- }
- }
|