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

Bump 0.11.0

This commit is contained in:
Nick O'Leary 2015-07-15 10:48:33 +01:00
parent 9fb81b2814
commit 1a07c5a329

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red", "name" : "node-red",
"version" : "0.10.11", "version" : "0.11.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-2.0", "license" : "Apache-2.0",
@ -25,20 +25,20 @@
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow" "editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
], ],
"dependencies": { "dependencies": {
"express": "3.17.2", "express": "3.20.3",
"when": "3.7.3", "when": "3.7.3",
"bcryptjs": "2.1.0", "bcryptjs": "2.2.0",
"nopt": "3.0.2", "nopt": "3.0.3",
"mqtt": "0.3.x", "mqtt": "0.3.x",
"ws": "0.7.2", "ws": "0.7.2",
"fs-extra": "0.21.0", "fs-extra": "0.22.1",
"clone": "1.0.2", "clone": "1.0.2",
"mustache": "2.1.1", "mustache": "2.1.2",
"cron":"1.0.9", "cron":"1.0.9",
"raw-body":"2.1.1", "raw-body":"2.1.2",
"xml2js":"0.4.9", "xml2js":"0.4.9",
"sentiment":"0.2.3", "sentiment":"0.2.3",
"follow-redirects":"0.0.3", "follow-redirects":"0.0.6",
"cors":"2.7.1", "cors":"2.7.1",
"cheerio":"0.19.0", "cheerio":"0.19.0",
"uglify-js":"2.4.23", "uglify-js":"2.4.23",
@ -49,11 +49,12 @@
"passport-http-bearer":"1.0.1", "passport-http-bearer":"1.0.1",
"passport-oauth2-client-password":"0.1.2", "passport-oauth2-client-password":"0.1.2",
"oauth2orize":"1.0.1", "oauth2orize":"1.0.1",
"i18next":"1.7.10", "i18next":"1.10.2",
"semver": "4.3.6", "semver": "5.0.1",
"node-red-node-feedparser":"0.0.*", "node-red-node-feedparser":"0.1.*",
"node-red-node-email":"0.0.*", "node-red-node-email":"0.1.*",
"node-red-node-twitter":"0.0.*" "node-red-node-twitter":"0.1.*",
"node-red-node-rbe":"0.1.*"
}, },
"optionalDependencies": { "optionalDependencies": {
"node-red-node-serialport":"0.0.*", "node-red-node-serialport":"0.0.*",
@ -63,7 +64,7 @@
"grunt": "0.4.5", "grunt": "0.4.5",
"grunt-chmod": "1.0.3", "grunt-chmod": "1.0.3",
"grunt-cli": "0.1.13", "grunt-cli": "0.1.13",
"grunt-concurrent":"1.0.1", "grunt-concurrent":"2.0.0",
"grunt-contrib-clean":"0.6.0", "grunt-contrib-clean":"0.6.0",
"grunt-contrib-compress": "0.13.0", "grunt-contrib-compress": "0.13.0",
"grunt-contrib-concat":"0.5.1", "grunt-contrib-concat":"0.5.1",
@ -77,7 +78,7 @@
"grunt-simple-mocha": "0.4.0", "grunt-simple-mocha": "0.4.0",
"mocha": "2.2.5", "mocha": "2.2.5",
"should": "6.0.3", "should": "6.0.3",
"sinon": "1.15.3", "sinon": "1.15.4",
"supertest": "1.0.1" "supertest": "1.0.1"
}, },
"engines": { "engines": {