UNPKG

1.43 kBJSONView Raw
1{
2 "name": "node-red",
3 "version": "0.20.7",
4 "description": "A visual tool for wiring the Internet of Things",
5 "homepage": "http://nodered.org",
6 "license": "Apache-2.0",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/node-red/node-red.git"
10 },
11 "main": "lib/red.js",
12 "scripts": {
13 "start": "node red.js"
14 },
15 "bin": {
16 "node-red": "./red.js",
17 "node-red-pi": "bin/node-red-pi"
18 },
19 "contributors": [
20 {
21 "name": "Nick O'Leary"
22 },
23 {
24 "name": "Dave Conway-Jones"
25 }
26 ],
27 "keywords": [
28 "editor",
29 "messaging",
30 "iot",
31 "flow"
32 ],
33 "dependencies": {
34 "@node-red/editor-api": "0.20.7",
35 "@node-red/runtime": "0.20.7",
36 "@node-red/util": "0.20.7",
37 "@node-red/nodes": "0.20.7",
38 "basic-auth": "2.0.1",
39 "bcryptjs": "2.4.3",
40 "express": "4.17.1",
41 "fs-extra": "8.1.0",
42 "node-red-node-email": "^1.6.2",
43 "node-red-node-feedparser": "^0.1.14",
44 "node-red-node-rbe": "^0.2.4",
45 "node-red-node-sentiment": "^0.1.3",
46 "node-red-node-tail": "^0.0.2",
47 "node-red-node-twitter": "^1.1.5",
48 "nopt": "4.0.1",
49 "semver": "6.2.0"
50 },
51 "optionalDependencies": {
52 "bcrypt": "3.0.6"
53 },
54 "engines": {
55 "node": ">=8"
56 }
57}