Created
July 29, 2015 16:28
-
-
Save jsloyer/2bf436f342e1d24c3099 to your computer and use it in GitHub Desktop.
business rules example package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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