2013-09-05 14:02:48 +00:00
|
|
|
{
|
2013-10-20 20:42:01 +00:00
|
|
|
"name" : "node-red",
|
2013-12-21 19:31:50 +00:00
|
|
|
"version" : "0.5.0",
|
2013-10-20 20:42:01 +00:00
|
|
|
"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 07:30:39 +00:00
|
|
|
{"name": "Nick O'Leary"},
|
2013-10-20 20:42:01 +00:00
|
|
|
{"name": "Dave Conway-Jones"}
|
|
|
|
],
|
|
|
|
"keywords": [
|
2013-10-21 07:28:33 +00:00
|
|
|
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
|
2013-10-20 20:42:01 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"express": "3.x",
|
2013-11-10 00:05:58 +00:00
|
|
|
"when": "~2.6.0",
|
2013-10-20 20:42:01 +00:00
|
|
|
"mqtt": "~0.3.3",
|
|
|
|
"ws": "~0.4.31",
|
2013-11-10 22:19:01 +00:00
|
|
|
"fs-extra": "~0.8.1",
|
2013-11-21 14:03:17 +00:00
|
|
|
"clone": "~0.1.11",
|
2013-10-20 20:42:01 +00:00
|
|
|
"mustache": "~0.7.2",
|
2013-10-30 21:17:44 +00:00
|
|
|
"cron":"1.x",
|
|
|
|
"ntwitter":"0.5.0",
|
2013-10-30 21:49:06 +00:00
|
|
|
"oauth":"~0.9.10",
|
2013-11-02 16:03:32 +00:00
|
|
|
"xml2js":"~0.2.8",
|
|
|
|
"sentiment":"~0.2.1",
|
2013-12-20 11:11:50 +00:00
|
|
|
"irc":"~0.3.6",
|
|
|
|
"follow-redirects":"~0.0.3"
|
2013-10-20 20:42:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~1.12.0",
|
|
|
|
"should": "~1.2.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
}
|
2013-09-05 14:02:48 +00:00
|
|
|
}
|