package.json 321 B

1234567891011121314151617
  1. {
  2. "name": "back-end",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "dependencies": {
  13. "body-parser": "^2.2.0",
  14. "express": "^5.1.0",
  15. "pg": "^8.16.3"
  16. }
  17. }