Change emailjs to nodemailer
[nodemailer_cache.git] / package.json
1 {
2   "name": "@ndcode/nodemailer_cache",
3   "version": "0.1.0",
4   "description": "Configure nodemailer via a JSON file which can be changed while system is live.",
5   "keywords": [
6     "configure",
7     "nodemailer",
8     "JSON",
9     "persistent",
10     "cache",
11     "live"
12   ],
13   "homepage": "https://www.ndcode.org",
14   "author": "Nick Downing <nick@ndcode.org>",
15   "license": "MIT",
16   "repository": {
17     "type": "git",
18     "url": "https://git.ndcode.org/public/nodemailer_cache.git"
19   },
20   "bugs": {
21     "email": "nick@ndcode.org"
22   },
23   "main": "NodeMailerCache.js",
24   "engines": {
25     "node": ">=0.4.0"
26   },
27   "directories": {},
28   "dependencies": {
29     "@ndcode/build_cache": "^0.1.0",
30     "nodemailer": "^6.7.2"
31   }
32 }