lapbot/package.json

16 lines
297 B
JSON

{
"name": "lapbot",
"version": "1.0.0",
"description": "Lapikute Skype bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"botbuilder": "^3.4.4",
"restify": "^4.3.0"
}
}