poserver
Version:
Server for JD Bot
51 lines (50 loc) • 1.05 kB
JSON
{
"name": "poserver",
"version": "1.1.31",
"description": "Server for JD Bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjdaley/tjd-poserver.git"
},
"keywords": [
"Microsoft",
"botbuilder",
"LUIS",
"Texas",
"Legal Services",
"bot"
],
"author": {
"name": "Thomas J. Daley",
"email": "tjd@powerdaley.com"
},
"_npmuser": {
"name": "thomasjdaley",
"email": "tjd@powerdaley.com"
},
"maintainers": {
"name": "Thomas J. Daley",
"email": "tjd@powerdaley.com"
},
"engines": {
"node": "6.2.2"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/tjdaley/tjd-poserver/issues"
},
"homepage": "https://github.com/tjdaley/tjd-poserver#readme",
"dependencies": {
"authy": "^1.2.0",
"botbuilder": "^3.3.3",
"https": "^1.0.0",
"mongodb": "^2.2.11",
"restify": "^4.1.1",
"stripe": "^4.12.0",
"util": "^0.10.3"
}
}