12345678910111213141516171819202122232425262728293031 |
- {
- "name": "smam",
- "version": "1.2.0",
- "description": "SMAM (short for Send Me A Mail) is an free (as in freedom) contact form embedding software.",
- "contributors": [
- {
- "name": "Brendan Abolivier",
- "email": "oss@brendanabolivier.com"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babolivier/smam.git"
- },
- "scripts": {
- "start": "node --use_strict server.js"
- },
- "dependencies": {
- "body-parser": "1.15.2",
- "cors": "2.8.1",
- "express": "4.14.0",
- "node-minify": "1.3.9",
- "nodemailer": "2.4.2",
- "printit": "0.1.20",
- "pug": "2.0.0-beta6"
- },
- "license": {
- "type": "GPL-3.0",
- "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
- }
- }
|