2013-09-05 16:02:48 +02:00
|
|
|
{
|
|
|
|
"name": "node-red",
|
|
|
|
"version": "0.1.0",
|
2013-09-20 15:34:03 +02:00
|
|
|
"description": "A visual tool for wiring the Internet of Things",
|
|
|
|
"homepage": "http://nodered.org",
|
2013-09-05 16:02:48 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "node red.js"
|
|
|
|
},
|
|
|
|
"main": "lib/server.js",
|
2013-09-20 15:31:08 +02:00
|
|
|
"author": "Nick O'Leary",
|
2013-09-05 16:02:48 +02:00
|
|
|
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
|
|
|
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
|
|
|
"license": "Apache",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "3.x",
|
|
|
|
"mqtt": "*",
|
|
|
|
"ws": "*",
|
2013-09-12 18:21:46 +02:00
|
|
|
"mustache": "*",
|
|
|
|
"cron":"*"
|
2013-09-05 16:02:48 +02:00
|
|
|
},
|
2013-09-20 15:31:08 +02:00
|
|
|
"engines": { "node": ">=0.8" },
|
|
|
|
"repository": {"type":"git","url":"https://github.com/node-red/node-red.git"}
|
2013-09-05 16:02:48 +02:00
|
|
|
}
|