mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "node-red",
|
|
"version": "1.0.0-beta.2",
|
|
"description": "A visual tool for wiring the Internet of Things",
|
|
"homepage": "http://nodered.org",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"main": "lib/red.js",
|
|
"scripts": {
|
|
"start": "node red.js"
|
|
},
|
|
"bin": {
|
|
"node-red": "./red.js",
|
|
"node-red-pi": "bin/node-red-pi"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"editor",
|
|
"messaging",
|
|
"iot",
|
|
"flow"
|
|
],
|
|
"dependencies": {
|
|
"@node-red/editor-api": "1.0.0-beta.2",
|
|
"@node-red/runtime": "1.0.0-beta.2",
|
|
"@node-red/util": "1.0.0-beta.2",
|
|
"@node-red/nodes": "1.0.0-beta.2",
|
|
"basic-auth": "2.0.1",
|
|
"bcryptjs": "2.4.3",
|
|
"express": "4.17.0",
|
|
"fs-extra": "8.0.1",
|
|
"node-red-node-email": "^1.4.0",
|
|
"node-red-node-feedparser": "^0.1.14",
|
|
"node-red-node-rbe": "^0.2.4",
|
|
"node-red-node-sentiment": "^0.1.3",
|
|
"node-red-node-tail": "^0.0.2",
|
|
"node-red-node-twitter": "^1.1.4",
|
|
"nopt": "4.0.1",
|
|
"semver": "6.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bcrypt": "3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|