Skip to content

Instantly share code, notes, and snippets.

@jsloyer
Created July 29, 2015 16:28
Show Gist options
  • Save jsloyer/2bf436f342e1d24c3099 to your computer and use it in GitHub Desktop.
Save jsloyer/2bf436f342e1d24c3099 to your computer and use it in GitHub Desktop.
business rules example package.json
{
"name": "bluemix-business-rules",
"version": "0.0.1",
"dependencies": {
"express": "~4.10.8",
"restler": "~3.2.2",
"async": "~0.9.0",
"body-parser": "~1.12.4"
},
"engines": {
"node": ">=0.10"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Jeff Sloyer",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"scripts": {
"start": "node app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment