2013-09-05 14:02:48 +00:00
|
|
|
{
|
|
|
|
"name": "node-red",
|
2013-10-16 18:46:37 +00:00
|
|
|
"version": "0.2.0",
|
2013-09-20 13:34:03 +00:00
|
|
|
"description": "A visual tool for wiring the Internet of Things",
|
|
|
|
"homepage": "http://nodered.org",
|
2013-09-05 14:02:48 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node red.js"
|
|
|
|
},
|
2013-09-26 18:58:42 +00:00
|
|
|
"main": "red/red.js",
|
2013-09-20 13:31:08 +00:00
|
|
|
"author": "Nick O'Leary",
|
2013-09-05 14:02:48 +00: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 16:21:46 +00:00
|
|
|
"mustache": "*",
|
|
|
|
"cron":"*"
|
2013-09-05 14:02:48 +00:00
|
|
|
},
|
2013-09-20 13:31:08 +00:00
|
|
|
"engines": { "node": ">=0.8" },
|
|
|
|
"repository": {"type":"git","url":"https://github.com/node-red/node-red.git"}
|
2013-09-05 14:02:48 +00:00
|
|
|
}
|