2013-09-05 16:02:48 +02:00
|
|
|
{
|
2013-10-20 22:42:01 +02:00
|
|
|
"name" : "node-red",
|
|
|
|
"version" : "0.2.0",
|
|
|
|
"description" : "A visual tool for wiring the Internet of Things",
|
|
|
|
"homepage" : "http://nodered.org",
|
|
|
|
"license" : "Apache",
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"main" : "red/red.js",
|
|
|
|
"scripts" : {
|
|
|
|
"start": "node red.js"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2013-10-21 09:30:39 +02:00
|
|
|
{"name": "Nick O'Leary"},
|
2013-10-20 22:42:01 +02:00
|
|
|
{"name": "Dave Conway-Jones"}
|
|
|
|
],
|
|
|
|
"keywords": [
|
2013-10-21 09:28:33 +02:00
|
|
|
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
|
2013-10-20 22:42:01 +02:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"express": "3.x",
|
|
|
|
"mqtt": "~0.3.3",
|
|
|
|
"ws": "~0.4.31",
|
|
|
|
"mustache": "~0.7.2",
|
|
|
|
"cron":"1.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~1.12.0",
|
|
|
|
"should": "~1.2.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
}
|
2013-09-05 16:02:48 +02:00
|
|
|
}
|