1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/package.json
Christopher Hiller 360d71f84b upgrade nodemailer; closes #439 (#440)
* upgrade nodemailer
- update documentation(s)
- add/update `package-lock.json`(s)
- add `engines` field(s)
* remove Node.js v4 from build matrix
* bump major version of node-red-node-email to v1.0.0
2018-05-01 21:31:22 +01:00

65 lines
1.5 KiB
JSON

{
"name": "node-red-nodes",
"version": "0.1.0",
"description": "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git"
},
"scripts": {
"test": "grunt"
},
"contributors": [
{
"name": "Dave Conway-Jones"
},
{
"name": "Nick O'Leary"
},
{
"name": "Ben Hardill"
},
{
"name": "Mike Blackstock"
}
],
"keywords": [
"node-red",
"nodes",
"iot",
"ibm",
"flow"
],
"devDependencies": {
"exif": "^0.6.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^0.6.1",
"mocha": "~3.5.3",
"msgpack-lite": "^0.1.26",
"ngeohash": "^0.6.0",
"node-red-node-test-helper": "^0.1.6",
"nodemailer": "^4.6.4",
"poplib": "^0.1.7",
"proxyquire": "^1.7.11",
"pushbullet": "~2.1.0",
"should": "^11.2.1",
"sinon": "^1.17.7",
"supertest": "^3.0.0",
"when": "^3.7.8"
},
"peerDependencies": {
"node-red": "0.*"
},
"engines": {
"node": ">=6.0.0"
}
}