chatbot-constructor
Version:
A chatbot constructor/builder that can help you develop chatbots in no time either using javascript and nodejs or without programming using excel sheet or JSON format. And it can also easily integrate with AI services like LUIS, Watson, Lex, Octane.AI, Wi
83 lines (82 loc) • 2.43 kB
JSON
{
"name": "chatbot-constructor",
"version": "0.0.5",
"description": "A chatbot constructor/builder that can help you develop chatbots in no time either using javascript and nodejs or without programming using excel sheet or JSON format. And it can also easily integrate with AI services like LUIS, Watson, Lex, Octane.AI, Wit.AI, Api.AI and Recast.AI. And also supports multiple channels like website, facebook, slack, kik, telegram, discord, hololens, C# client, Java client, VR(using Unity), twilio and smooch. It can also act as both a standalone chatbot for a non chatroom interface or as a moderator cum chatbot for a chatroom interface.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/vickylance/chatbot-constructor.git"
},
"keywords": [
"chatbot-constructor",
"botbuilder",
"luis",
"octane",
"wit",
"watson",
"lex",
"recast",
"chatbot",
"bots",
"discord",
"skype",
"facebook",
"hololens",
"unity3d",
"slack",
"kik",
"snapchat",
"bots",
"chatbots",
"facebook messenger",
"twilio ipm",
"microsoft bot framework"
],
"author": "Vignesh.S,Pandurengaraj.B,Neetu.M",
"license": [
{
"type": "MIT",
"url": "https://gitlab.com/vickylance/chatbot-constructor/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://gitlab.com/vickylance/chatbot-constructor/issues"
},
"homepage": "https://gitlab.com/vickylance/chatbot-constructor#README",
"dependencies": {
"express": "^4.13.3",
"express-session": "^1.15.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"async": "^2.0.0-rc.5",
"back": "^1.0.1",
"body-parser": "^1.14.2",
"botbuilder": "^3.2.3",
"botkit-studio-sdk": "^1.0.0",
"clone": "2.0.0",
"command-line-args": "^3.0.0",
"crypto": "0.0.3",
"https-proxy-agent": "^1.0.0",
"jfs": "^0.2.6",
"localtunnel": "^1.8.1",
"md5": "^2.1.0",
"mustache": "^2.2.1",
"promise": "^7.1.1",
"randomstring": "^1.1.5",
"request": "^2.67.0",
"twilio": "^2.9.1",
"ware": "^1.3.0",
"ws": "^1.1.1"
},
"devDependencies": {
"jscs": "^2.7.0",
"mocha": "^2.4.5",
"should": "^8.0.2",
"winston": "^2.1.1"
}
}