UNPKG

973 BJSONView Raw
1{
2 "name": "airmail",
3 "version": "0.0.14",
4 "description": "full featured rails-inspired mailer for node.js",
5 "keywords": [
6 "mail",
7 "email",
8 "mailer",
9 "smtp",
10 "sendmail",
11 "ses",
12 "e-mail"
13 ],
14 "homepage": "http://github.com/minibikini/airmail",
15 "bugs": {
16 "url": "http://github.com/minibikini/airmail/issues",
17 "email": "egor@kislitsyn.com"
18 },
19 "licenses": [
20 {
21 "type": "MIT",
22 "url": "http://github.com/minibikini/airmail/raw/master/LICENSE"
23 }
24 ],
25 "author": "Egor Kislitsyn <egor@kislitsyn.com> (http://kislitsyn.com/)",
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/minibikini/airmail.git"
29 },
30 "main": "./index",
31 "engines": {
32 "node": ">=0.10.x"
33 },
34 "files": [
35 "index.js",
36 "lib"
37 ],
38 "dependencies": {
39 "bluebird": "^2.3.5",
40 "coffee-script": "^1.9.1",
41 "handlebars": ">=1.0.4",
42 "lodash": "*",
43 "nodemailer": "0.7.1",
44 "typeof": "~1.0.0"
45 }
46}