node-red/packages/node_modules/@node-red/nodes/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2018-08-17 23:10:54 +02:00
{
"name": "@node-red/nodes",
"version": "0.20.0-alpha.0",
2018-08-17 23:10:54 +02:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
{ "name": "Nick O'Leary" },
{ "name": "Dave Conway-Jones"}
],
2018-08-17 23:10:54 +02:00
"dependencies": {
2018-10-31 14:57:29 +01:00
"ajv": "6.5.4",
2018-08-17 23:10:54 +02:00
"body-parser": "1.18.3",
2018-08-28 14:57:04 +02:00
"cheerio": "0.22.0",
2018-08-17 23:10:54 +02:00
"cookie-parser": "1.4.3",
2018-08-28 14:57:04 +02:00
"cookie": "0.3.1",
"cors": "2.8.4",
2018-10-31 14:57:29 +01:00
"cron": "1.5.0",
2018-08-28 14:57:04 +02:00
"denque": "1.3.0",
2018-08-17 23:10:54 +02:00
"fs-extra": "5.0.0",
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
2018-08-29 10:55:40 +02:00
"https-proxy-agent": "2.2.1",
2018-08-28 14:57:04 +02:00
"is-utf8": "0.2.1",
2018-08-17 23:10:54 +02:00
"js-yaml": "3.12.0",
2018-08-28 14:57:04 +02:00
"media-typer": "0.3.0",
2018-09-06 11:31:36 +02:00
"mqtt": "2.18.8",
2018-10-31 14:57:29 +01:00
"multer": "1.4.1",
2018-09-06 11:31:36 +02:00
"mustache": "2.3.2",
2018-08-17 23:10:54 +02:00
"on-headers": "1.0.1",
"raw-body": "2.3.3",
2018-08-28 14:57:04 +02:00
"request": "2.88.0",
2018-08-17 23:10:54 +02:00
"sentiment": "2.1.0",
2018-08-28 14:57:04 +02:00
"ws": "1.1.5",
2018-08-17 23:10:54 +02:00
"xml2js": "0.4.19"
}
}