26 lines
523 B
JSON
26 lines
523 B
JSON
{
|
|
"name": "polymail",
|
|
"version": "0.0.1",
|
|
"description": "Fairly basic newsletter service",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.kettek.net/G/polymail.git"
|
|
},
|
|
"keywords": [
|
|
"newsletter",
|
|
"service",
|
|
"email"
|
|
],
|
|
"author": "kts of kettek",
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0",
|
|
"nodemailer": "^1.10.0",
|
|
"nodemailer-smtp-pool": "^1.1.5"
|
|
}
|
|
}
|