package.json 737 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "forsaken-mail",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node ./bin/www",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "engines": {
  11. "node": ">=4.0.0"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/denghongcai/forrsaken-mail.git"
  16. },
  17. "author": "Hongcai Deng",
  18. "license": "GPL-2.0",
  19. "bugs": {
  20. "url": "https://github.com/denghongcai/forrsaken-mail/issues"
  21. },
  22. "homepage": "https://github.com/denghongcai/forrsaken-mail#readme",
  23. "dependencies": {
  24. "body-parser": "^1.14.2",
  25. "debug": "^2.2.0",
  26. "express": "^4.13.3",
  27. "mailin": "^3.0.2",
  28. "shortid": "^2.2.4",
  29. "socket.io": "^1.3.7"
  30. }
  31. }