package.json 900 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "pg-pool",
  3. "version": "3.5.1",
  4. "description": "Connection pool for node-postgres",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": " node_modules/.bin/mocha"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/brianc/node-postgres.git",
  15. "directory": "packages/pg-pool"
  16. },
  17. "keywords": [
  18. "pg",
  19. "postgres",
  20. "pool",
  21. "database"
  22. ],
  23. "author": "Brian M. Carlson",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/brianc/node-pg-pool/issues"
  27. },
  28. "homepage": "https://github.com/brianc/node-pg-pool#readme",
  29. "devDependencies": {
  30. "bluebird": "3.4.1",
  31. "co": "4.6.0",
  32. "expect.js": "0.3.1",
  33. "lodash": "^4.17.11",
  34. "mocha": "^7.1.2",
  35. "pg-cursor": "^1.3.0"
  36. },
  37. "peerDependencies": {
  38. "pg": ">=8.0"
  39. },
  40. "gitHead": "4fa7ee891a456168a75695ac026792136f16577f"
  41. }