Skip to content

Instantly share code, notes, and snippets.

@MarieAnjos
Created May 30, 2017 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarieAnjos/1eace16541281742c54bcb299c3ef501 to your computer and use it in GitHub Desktop.
Save MarieAnjos/1eace16541281742c54bcb299c3ef501 to your computer and use it in GitHub Desktop.
FindTags

Teste de busca com o bluemix

{
"name" : "node-red-bluemix",
"version" : "0.6.0",
"dependencies": {
"when": "~3.x",
"nano": "6.2.x",
"bcrypt": "1.0.2",
"cfenv":"~1.0.0",
"express":"4.x",
"body-parser":"1.x",
"http-shutdown":"1.2.0",
"node-red": "0.x",
"node-red-bluemix-nodes":"1.x",
"node-red-node-watson":"0.x",
"node-red-node-openwhisk":"0.x",
"node-red-node-cf-cloudant":"0.x",
"node-red-contrib-scx-ibmiotapp":"0.x",
"node-red-nodes-cf-sqldb-dashdb":"0.x" },
"scripts": {
"start": "node --max-old-space-size=384 index.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "6.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment