blob: 8defaae65f7b55a900871c71c0c13ffa4945bb65 [file] [log] [blame]
{
"name": "owdbg-client",
"version": "1.0.0",
"description": "OpenWhisk Debug Client",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"author": "IBM",
"dependencies": {
"body-parser": "^1.15.2",
"bufferutil": "^1.2.1",
"cloudant": "^1.4.3",
"express": "^4.14.0",
"express-ws": "^2.0.0",
"properties-parser": "^0.3.1",
"request": "^2.75.0",
"uuid": "^2.0.3",
"ws": "^1.1.1"
}
}