mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name" : "node-red-nodes",
|
|
"version" : "0.0.6",
|
|
"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.1",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-lint-inline": "^0.4.4",
|
|
"grunt-jscs": "^2.8.0",
|
|
"mocha": "^2.4.5",
|
|
"should": "^8.3.1",
|
|
"sinon": "^1.17.3",
|
|
"supertest": "^1.2.0",
|
|
"proxyquire": "^1.7.10",
|
|
"pushbullet": "^1.4.0",
|
|
"when": "^3.7.7",
|
|
"exif": "^0.6.0",
|
|
"ngeohash": "^0.6.0",
|
|
"nodemailer" : "^1.11.0",
|
|
"poplib" : "^0.1.7",
|
|
"mailparser" : "^0.5.3",
|
|
"imap" : "^0.8.18",
|
|
"msgpack-js": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|