node-red-nodes/package.json

41 lines
1.1 KiB
JSON

{
"name" : "node-red-nodes",
"version" : "0.0.2",
"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"
},
"contributors": [
{"name": "Dave Conway-Jones"},
{"name": "Nick O'Leary"},
{"name": "Ben Hardill"}
],
"keywords": [
"Node-RED", "nodes", "iot", "ibm", "flow"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-lint-inline": "0.4.4",
"grunt-jscs": "1.8.*",
"mocha": "2.2.5",
"should": "7.0.1",
"sinon": "1.15.4",
"supertest": "1.0.1",
"proxyquire": "1.6.0",
"pushbullet": "1.4.*",
"when": "^3.6.4",
"exif": "0.4.0",
"ngeohash": "0.6.*",
"nodemailer" : "1.3.4",
"imap" : "0.8.14"
},
"engines": {
"node": ">=0.10"
}
}