123456789101112131415161718192021222324252627282930 |
- {
- "name": "smam",
- "version": "1.1.1",
- "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",
- "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"
- }
- }
|