mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Bump version for 0.12.2
This commit is contained in:
parent
11d75ff581
commit
3d5ed840dc
46
package.json
46
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.12.1",
|
"version" : "0.12.2",
|
||||||
"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,35 +25,35 @@
|
|||||||
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
|
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "4.13.3",
|
"basic-auth": "1.0.3",
|
||||||
"body-parser": "1.14.1",
|
|
||||||
"when": "3.7.4",
|
|
||||||
"bcryptjs": "2.3.0",
|
"bcryptjs": "2.3.0",
|
||||||
"nopt": "3.0.4",
|
"body-parser": "1.14.1",
|
||||||
"mqtt": "1.4.3",
|
|
||||||
"ws": "0.8.0",
|
|
||||||
"fs-extra": "0.26.0",
|
|
||||||
"clone": "1.0.2",
|
|
||||||
"mustache": "2.2.0",
|
|
||||||
"cron":"1.0.9",
|
|
||||||
"raw-body":"2.1.4",
|
|
||||||
"xml2js":"0.4.13",
|
|
||||||
"sentiment":"0.2.3",
|
|
||||||
"follow-redirects":"0.0.7",
|
|
||||||
"cors":"2.7.1",
|
|
||||||
"cheerio":"0.19.0",
|
"cheerio":"0.19.0",
|
||||||
"uglify-js":"2.5.0",
|
"clone": "1.0.2",
|
||||||
"on-headers":"1.0.1",
|
"cors":"2.7.1",
|
||||||
|
"cron":"1.0.9",
|
||||||
|
"express": "4.13.3",
|
||||||
|
"follow-redirects":"0.0.7",
|
||||||
|
"fs-extra": "0.26.0",
|
||||||
|
"fs.notify":"0.0.4",
|
||||||
|
"i18next":"1.10.5",
|
||||||
"is-utf8":"0.2.0",
|
"is-utf8":"0.2.0",
|
||||||
"media-typer": "0.3.0",
|
"media-typer": "0.3.0",
|
||||||
"fs.notify":"0.0.4",
|
"mqtt": "1.4.3",
|
||||||
|
"mustache": "2.2.0",
|
||||||
|
"nopt": "3.0.4",
|
||||||
|
"oauth2orize":"1.1.0",
|
||||||
|
"on-headers":"1.0.1",
|
||||||
"passport":"0.3.0",
|
"passport":"0.3.0",
|
||||||
"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.1.0",
|
"raw-body":"2.1.4",
|
||||||
"i18next":"1.10.5",
|
|
||||||
"semver": "5.0.3",
|
"semver": "5.0.3",
|
||||||
"basic-auth": "1.0.3",
|
"sentiment":"0.2.3",
|
||||||
|
"uglify-js":"2.5.0",
|
||||||
|
"when": "3.7.4",
|
||||||
|
"ws": "0.8.0",
|
||||||
|
"xml2js":"0.4.13",
|
||||||
"node-red-node-feedparser":"0.1.*",
|
"node-red-node-feedparser":"0.1.*",
|
||||||
"node-red-node-email":"0.1.*",
|
"node-red-node-email":"0.1.*",
|
||||||
"node-red-node-twitter":"0.1.*",
|
"node-red-node-twitter":"0.1.*",
|
||||||
@ -85,6 +85,6 @@
|
|||||||
"supertest": "1.1.0"
|
"supertest": "1.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8 <=0.12"
|
"node": ">=0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user