Avoid reformatting package.json

This commit is contained in:
Hideki Nakamura 2017-12-19 10:32:05 +09:00
parent c09a407f4c
commit ed52e5afd1
1 changed files with 46 additions and 53 deletions

View File

@ -19,18 +19,11 @@
"node-red-pi": "bin/node-red-pi"
},
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
{"name": "Nick O'Leary"},
{"name": "Dave Conway-Jones"}
],
"keywords": [
"editor",
"messaging",
"iot",
"flow"
"editor", "messaging", "iot", "flow"
],
"dependencies": {
"basic-auth": "1.1.0",
@ -57,10 +50,6 @@
"mqtt": "2.9.0",
"multer": "1.3.0",
"mustache": "2.3.0",
"node-red-node-email": "0.1.*",
"node-red-node-feedparser": "0.1.*",
"node-red-node-rbe": "0.1.*",
"node-red-node-twitter": "0.1.*",
"nopt": "3.0.6",
"oauth2orize":"1.8.0",
"on-headers":"1.0.1",
@ -70,11 +59,15 @@
"raw-body":"2.2.0",
"semver": "5.3.0",
"sentiment":"2.1.0",
"ssh-keygen": "^0.4.1",
"ssh-keygen":"0.4.1",
"uglify-js":"3.0.20",
"when": "3.7.8",
"ws": "1.1.1",
"xml2js": "0.4.17"
"xml2js":"0.4.17",
"node-red-node-feedparser":"0.1.*",
"node-red-node-email":"0.1.*",
"node-red-node-twitter":"0.1.*",
"node-red-node-rbe":"0.1.*"
},
"optionalDependencies": {
"bcrypt":"~1.0.1"