1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump 0.7.0

This commit is contained in:
Nick O'Leary 2014-04-16 22:42:26 +01:00
parent 0a2dab67c7
commit b8bcd57cda

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red", "name" : "node-red",
"version" : "0.6.0", "version" : "0.7.0",
"description" : "A visual tool for wiring the Internet of Things", "description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org", "homepage" : "http://nodered.org",
"license" : "Apache", "license" : "Apache",
@ -11,7 +11,7 @@
"main" : "red/red.js", "main" : "red/red.js",
"scripts" : { "scripts" : {
"start": "node red.js", "start": "node red.js",
"test": "mocha test" "test": "grunt"
}, },
"contributors": [ "contributors": [
{"name": "Nick O'Leary"}, {"name": "Nick O'Leary"},
@ -22,29 +22,29 @@
], ],
"dependencies": { "dependencies": {
"express": "3.x", "express": "3.x",
"when": "2.8.0", "when": "3.1.0",
"nopt": "2.2.0", "nopt": "2.2.0",
"mqtt": "~0.3.7", "mqtt": "0.3.x",
"ws": "0.4.31", "ws": "0.4.31",
"fs-extra": "~0.8.1", "fs-extra": "0.8.1",
"clone": "0.1.11", "clone": "0.1.11",
"mustache": "~0.8.1", "mustache": "0.8.1",
"cron":"~1.0.3", "cron":"1.0.4",
"raw-body":"1.1.2", "raw-body":"1.1.3",
"twitter-ng":"~0.6.2", "twitter-ng":"0.6.2",
"oauth":"~0.9.11", "oauth":"0.9.11",
"xml2js":"~0.2.8", "xml2js":"0.4.2",
"sentiment":"~0.2.1", "sentiment":"0.2.3",
"irc":"~0.3.6", "irc":"0.3.6",
"follow-redirects":"~0.0.3", "follow-redirects":"0.0.3",
"cors":"~2.2.0", "cors":"2.2.0",
"mkdirp":"~0.3.5" "mkdirp":"0.3.5"
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.4", "grunt": "0.4.4",
"grunt-simple-mocha": "~0.4.0", "grunt-simple-mocha": "0.4.0",
"mocha": "~1.12.0", "mocha": "1.18.2",
"should": "~1.2.2" "should": "3.3.1"
}, },
"engines": { "engines": {
"node": ">=0.8" "node": ">=0.8"