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" "node-red-pi": "bin/node-red-pi"
}, },
"contributors": [ "contributors": [
{ {"name": "Nick O'Leary"},
"name": "Nick O'Leary" {"name": "Dave Conway-Jones"}
},
{
"name": "Dave Conway-Jones"
}
], ],
"keywords": [ "keywords": [
"editor", "editor", "messaging", "iot", "flow"
"messaging",
"iot",
"flow"
], ],
"dependencies": { "dependencies": {
"basic-auth": "1.1.0", "basic-auth": "1.1.0",
@ -57,10 +50,6 @@
"mqtt": "2.9.0", "mqtt": "2.9.0",
"multer": "1.3.0", "multer": "1.3.0",
"mustache": "2.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", "nopt": "3.0.6",
"oauth2orize":"1.8.0", "oauth2orize":"1.8.0",
"on-headers":"1.0.1", "on-headers":"1.0.1",
@ -70,11 +59,15 @@
"raw-body":"2.2.0", "raw-body":"2.2.0",
"semver": "5.3.0", "semver": "5.3.0",
"sentiment":"2.1.0", "sentiment":"2.1.0",
"ssh-keygen": "^0.4.1", "ssh-keygen":"0.4.1",
"uglify-js":"3.0.20", "uglify-js":"3.0.20",
"when": "3.7.8", "when": "3.7.8",
"ws": "1.1.1", "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": { "optionalDependencies": {
"bcrypt":"~1.0.1" "bcrypt":"~1.0.1"