1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-08-17 22:10:54 +01:00
{
"name": "@node-red/nodes",
2019-03-26 15:51:17 +00:00
"version": "0.21.0-alpha.0",
2018-08-17 22:10:54 +01:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
2018-12-07 11:40:33 +00:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
2018-08-17 22:10:54 +01:00
"dependencies": {
2019-03-04 12:33:36 +00:00
"ajv": "6.10.0",
2019-04-29 08:42:37 +01:00
"body-parser": "1.19.0",
2018-08-28 13:57:04 +01:00
"cheerio": "0.22.0",
"content-type": "1.0.4",
2019-03-04 12:33:36 +00:00
"cookie-parser": "1.4.4",
2018-08-28 13:57:04 +01:00
"cookie": "0.3.1",
2018-12-07 14:13:59 +00:00
"cors": "2.8.5",
2019-04-29 08:42:37 +01:00
"cron": "1.7.1",
2019-04-03 10:11:20 +01:00
"denque": "1.4.1",
2018-12-07 14:13:59 +00:00
"fs-extra": "7.0.1",
2018-08-17 22:10:54 +01:00
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
2018-08-29 09:55:40 +01:00
"https-proxy-agent": "2.2.1",
2018-08-28 13:57:04 +01:00
"is-utf8": "0.2.1",
2019-04-29 08:42:37 +01:00
"js-yaml": "3.13.1",
2018-09-06 10:31:36 +01:00
"mqtt": "2.18.8",
2018-10-31 13:57:29 +00:00
"multer": "1.4.1",
2018-12-07 14:13:59 +00:00
"mustache": "3.0.1",
2019-03-04 12:33:36 +00:00
"on-headers": "1.0.2",
2019-04-29 08:42:37 +01:00
"raw-body": "2.4.0",
2018-08-28 13:57:04 +01:00
"request": "2.88.0",
2019-03-28 14:46:16 +00:00
"ws": "6.2.1",
"xml2js": "0.4.19",
"iconv-lite": "0.4.24"
2018-08-17 22:10:54 +01:00
}
}