package.json 531 B

1234567891011121314151617181920212223
  1. {
  2. "name": "node-dbpool",
  3. "version": "0.0.0",
  4. "description": "pool and utilities for rdbms servers",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/yzziizzy/node-dbpool.git"
  12. },
  13. "author": "izzy",
  14. "license": "AGPLv3",
  15. "bugs": {
  16. "url": "https://github.com/yzziizzy/node-dbpool/issues"
  17. },
  18. "homepage": "https://github.com/yzziizzy/node-dbpool",
  19. "dependencies": {
  20. "lodash": "^2.4.1"
  21. }
  22. }