This commit is contained in:
Arti Zirk 2016-12-31 03:42:06 +02:00
commit 121b242fdc
2 changed files with 15 additions and 0 deletions

0
app.js Normal file
View File

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"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"
}
}