2013-09-05 16:02:48 +02:00
|
|
|
{
|
2013-10-20 22:42:01 +02:00
|
|
|
"name" : "node-red",
|
2014-02-21 22:48:31 +01:00
|
|
|
"version" : "0.6.0",
|
2013-10-20 22:42:01 +02: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" : {
|
2014-01-14 07:13:07 +01:00
|
|
|
"start": "node red.js",
|
|
|
|
"test": "mocha test"
|
2013-10-20 22:42:01 +02:00
|
|
|
},
|
|
|
|
"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",
|
2014-03-06 23:32:23 +01:00
|
|
|
"when": "2.8.0",
|
|
|
|
"nopt": "2.2.0",
|
|
|
|
"mqtt": "~0.3.7",
|
|
|
|
"ws": "0.4.31",
|
2013-11-10 23:19:01 +01:00
|
|
|
"fs-extra": "~0.8.1",
|
2014-03-06 23:32:23 +01:00
|
|
|
"clone": "0.1.11",
|
|
|
|
"mustache": "~0.8.1",
|
|
|
|
"cron":"~1.0.3",
|
|
|
|
"raw-body":"1.1.2",
|
2014-02-05 21:26:56 +01:00
|
|
|
"twitter-ng":"~0.6.2",
|
2014-03-06 23:32:23 +01:00
|
|
|
"oauth":"~0.9.11",
|
2013-11-02 17:03:32 +01:00
|
|
|
"xml2js":"~0.2.8",
|
|
|
|
"sentiment":"~0.2.1",
|
2013-12-20 12:11:50 +01:00
|
|
|
"irc":"~0.3.6",
|
2014-01-16 06:59:13 +01:00
|
|
|
"follow-redirects":"~0.0.3",
|
2014-03-06 23:32:23 +01:00
|
|
|
"cors":"~2.2.0",
|
2014-01-16 06:59:13 +01:00
|
|
|
"mkdirp":"~0.3.5"
|
2013-10-20 22:42:01 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~1.12.0",
|
|
|
|
"should": "~1.2.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
}
|
2013-09-05 16:02:48 +02:00
|
|
|
}
|