package.json 665 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "klapi",
  3. "version": "0.0.4",
  4. "private": true,
  5. "main": "lib/export.js",
  6. "scripts": {
  7. "start": "nodemon ./bin/www",
  8. "production": "node ./bin/www"
  9. },
  10. "dependencies": {
  11. "bcrypt": "^3.0.4",
  12. "braintree": "^2.16.0",
  13. "chai": "^4.2.0",
  14. "cookie-parser": "~1.4.3",
  15. "debug": "~2.6.9",
  16. "express": "~4.16.0",
  17. "formidable": "^1.2.1",
  18. "http-errors": "^1.6.3",
  19. "jade": "~1.11.0",
  20. "knex": "^0.15.2",
  21. "mocha": "^6.0.2",
  22. "morgan": "~1.9.0",
  23. "mysql": "^2.16.0",
  24. "nodemailer": "^6.2.1",
  25. "request": "^2.88.0",
  26. "request-promise": "^4.2.4",
  27. "uuid": "^3.3.2",
  28. "xml2js": "^0.4.19"
  29. }
  30. }