2015-03-24 20:42:32 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-nodes",
|
2016-04-24 00:57:16 +02:00
|
|
|
"version" : "0.0.5",
|
2015-03-24 20:42:32 +01:00
|
|
|
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
|
|
|
|
"homepage" : "http://nodered.org",
|
2015-05-28 23:07:55 +02:00
|
|
|
"license" : "Apache-2.0",
|
2015-03-24 20:42:32 +01:00
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{"name": "Dave Conway-Jones"},
|
2016-01-29 19:16:07 +01:00
|
|
|
{"name": "Nick O'Leary"},
|
|
|
|
{"name": "Ben Hardill"}
|
2015-03-24 20:42:32 +01:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"Node-RED", "nodes", "iot", "ibm", "flow"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2016-04-23 18:08:01 +02:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-simple-mocha": "0.4.1",
|
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2015-07-12 21:13:41 +02:00
|
|
|
"grunt-lint-inline": "0.4.4",
|
2016-04-23 18:08:01 +02:00
|
|
|
"grunt-jscs": "2.8.0",
|
|
|
|
"mocha": "^2.4.5",
|
|
|
|
"should": "^8.3.1",
|
|
|
|
"sinon": "^1.17.3",
|
|
|
|
"supertest": "^1.2.0",
|
|
|
|
"proxyquire": "1.7.4",
|
2015-03-25 09:52:57 +01:00
|
|
|
"pushbullet": "1.4.*",
|
2016-04-23 18:08:01 +02:00
|
|
|
"when": "^3.7.7",
|
|
|
|
"exif": "0.6.0",
|
2015-06-15 20:42:31 +02:00
|
|
|
"ngeohash": "0.6.*",
|
2016-04-20 21:02:12 +02:00
|
|
|
"nodemailer" : "1.11.*",
|
|
|
|
"poplib" : "0.1.7",
|
|
|
|
"mailparser" : "0.5.3",
|
2016-04-24 00:57:16 +02:00
|
|
|
"imap" : "0.8.17",
|
|
|
|
"msgpack-js": "0.3.0"
|
2015-03-24 20:42:32 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2016-01-29 19:16:07 +01:00
|
|
|
"node": ">=0.10"
|
2015-03-24 20:42:32 +01:00
|
|
|
}
|
|
|
|
}
|