SMAM (short for Send Me A Mail) is a free (as in freedom) contact form embedding software.

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "smam",
  3. "version": "2.1.0",
  4. "description": "SMAM (short for Send Me A Mail) is an free (as in freedom) contact form embedding software.",
  5. "contributors": [
  6. {
  7. "name": "Brendan Abolivier",
  8. "email": "oss@brendanabolivier.com"
  9. }
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/babolivier/smam.git"
  14. },
  15. "scripts": {
  16. "start": "node --use_strict server.js"
  17. },
  18. "dependencies": {
  19. "body-parser": "1.15.2",
  20. "cors": "2.8.1",
  21. "express": "4.14.0",
  22. "node-minify": "1.3.9",
  23. "nodemailer": "2.4.2",
  24. "printit": "0.1.20",
  25. "pug": "2.0.0-beta6"
  26. },
  27. "license": {
  28. "type": "GPL-3.0",
  29. "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
  30. }
  31. }