ibm-bangalore
Version:
ibm authorisation example
22 lines (21 loc) • 398 B
JSON
{
"name": "ibm-bangalore",
"version": "1.0.0",
"description": "ibm authorisation example",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ibm",
"authorisation",
"november",
"vijay"
],
"author": "vijay",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0"
}
}