commit 121b242fdc05cdd28480ef9364d2a5c8db57be16 Author: Arti Zirk Date: Sat Dec 31 03:42:06 2016 +0200 init diff --git a/app.js b/app.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..997db90 --- /dev/null +++ b/package.json @@ -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" + } +}