mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"name": "node-red",
|
|
"version": "0.1.0",
|
|
"description": "A visual tool for wiring the Internet of Things",
|
|
"homepage": "http://nodered.org",
|
|
"scripts": {
|
|
"start": "node red.js"
|
|
},
|
|
"main": "lib/server.js",
|
|
"author": "Nick O'Leary",
|
|
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
|
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
|
"license": "Apache",
|
|
"dependencies": {
|
|
"express": "3.x",
|
|
"mqtt": "*",
|
|
"ws": "*",
|
|
"mustache": "*",
|
|
"cron":"*"
|
|
},
|
|
"engines": { "node": ">=0.8" },
|
|
"repository": {"type":"git","url":"https://github.com/node-red/node-red.git"}
|
|
}
|