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

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "smam",
  3. "version": "1.1.1",
  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. "express": "4.14.0",
  21. "node-minify": "1.3.9",
  22. "nodemailer": "2.4.2",
  23. "printit": "0.1.20",
  24. "pug": "2.0.0-beta6"
  25. },
  26. "license": {
  27. "type": "GPL-3.0",
  28. "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
  29. }
  30. }