rittenhop-dev/versions/5.94.2/node_modules/nodemailer-fetch/package.json
2024-09-23 19:40:12 -04:00

31 lines
773 B
JSON

{
"name": "nodemailer-fetch",
"version": "1.6.0",
"description": "GET HTTP contents",
"main": "lib/fetch.js",
"scripts": {
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer-fetch.git"
},
"keywords": [
"nodemailer",
"http"
],
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^3.0.2"
},
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer-fetch/issues"
},
"homepage": "https://github.com/nodemailer/nodemailer-fetch#readme"
}