{ "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", "flow" ], "devDependencies": { "exif": "^0.6.0", "grunt": "^1.0.3", "grunt-cli": "^1.3.1", "grunt-contrib-jshint": "^2.0.0", "grunt-jscs": "^3.0.1", "grunt-lint-inline": "^1.0.0", "grunt-simple-mocha": "^0.4.1", "imap": "^0.8.19", "mailparser-mit": "^0.6.2", "mocha": "^5.2.0", "msgpack-lite": "^0.1.26", "multilang-sentiment": "^1.1.6", "ngeohash": "^0.6.0", "node-red": "*", "node-red-node-test-helper": "*", "nodemailer": "^4.6.8", "poplib": "^0.1.7", "proxyquire": "^2.1.0", "pushbullet": "^2.3.0", "should": "^13.2.3", "sinon": "^6.3.4", "supertest": "^3.3.0", "when": "^3.7.8" }, "engines": { "node": ">=8.0.0" } }