2015-03-24 20:42:32 +01:00
|
|
|
{
|
2017-11-06 23:17:49 +01:00
|
|
|
"name": "node-red-nodes",
|
2018-05-01 18:45:07 +02:00
|
|
|
"version": "0.1.0",
|
2017-11-06 23:17:49 +01:00
|
|
|
"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"
|
2015-03-24 20:42:32 +01:00
|
|
|
},
|
2018-05-01 18:33:05 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt"
|
|
|
|
},
|
2015-03-24 20:42:32 +01:00
|
|
|
"contributors": [
|
2017-11-06 23:17:49 +01:00
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Ben Hardill"
|
2018-05-01 18:45:07 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Mike Blackstock"
|
2017-11-06 23:17:49 +01:00
|
|
|
}
|
2015-03-24 20:42:32 +01:00
|
|
|
],
|
|
|
|
"keywords": [
|
2017-11-06 23:53:40 +01:00
|
|
|
"node-red",
|
2017-11-06 23:17:49 +01:00
|
|
|
"nodes",
|
|
|
|
"flow"
|
2015-03-24 20:42:32 +01:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2017-11-06 23:17:49 +01:00
|
|
|
"exif": "^0.6.0",
|
2018-05-01 23:39:05 +02:00
|
|
|
"grunt": "^1.0.2",
|
2018-05-01 18:33:05 +02:00
|
|
|
"grunt-cli": "^1.2.0",
|
2017-04-12 14:32:08 +02:00
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
2017-04-14 22:39:26 +02:00
|
|
|
"grunt-jscs": "^3.0.1",
|
2017-04-12 14:32:08 +02:00
|
|
|
"grunt-lint-inline": "^1.0.0",
|
|
|
|
"grunt-simple-mocha": "^0.4.1",
|
2017-11-06 23:17:49 +01:00
|
|
|
"imap": "^0.8.19",
|
2018-05-09 23:04:29 +02:00
|
|
|
"mailparser": "^0.6.2",
|
2018-05-01 23:39:05 +02:00
|
|
|
"mocha": "~5.1.1",
|
2017-11-06 23:17:49 +01:00
|
|
|
"msgpack-lite": "^0.1.26",
|
2016-09-20 09:19:45 +02:00
|
|
|
"ngeohash": "^0.6.0",
|
2018-05-04 20:11:49 +02:00
|
|
|
"node-red": "0.*",
|
2018-05-09 23:04:29 +02:00
|
|
|
"node-red-node-test-helper": "^0.1.7",
|
2018-05-01 22:31:22 +02:00
|
|
|
"nodemailer": "^4.6.4",
|
2017-04-12 14:44:04 +02:00
|
|
|
"poplib": "^0.1.7",
|
2018-05-01 23:39:05 +02:00
|
|
|
"proxyquire": "^2.0.1",
|
|
|
|
"pushbullet": "~2.2.0",
|
|
|
|
"should": "^13.2.1",
|
2018-05-02 14:53:04 +02:00
|
|
|
"sinon": "~5.0.3",
|
2017-11-06 23:17:49 +01:00
|
|
|
"supertest": "^3.0.0",
|
|
|
|
"when": "^3.7.8"
|
2018-05-01 18:33:05 +02:00
|
|
|
},
|
2018-05-01 22:31:22 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0.0"
|
2015-03-24 20:42:32 +01:00
|
|
|
}
|
|
|
|
}
|