intelligo
Version:
AI Chatbot Framework for Node.js
88 lines (87 loc) • 2.04 kB
JSON
{
"name": "intelligo",
"version": "1.3.0",
"description": "AI Chatbot Framework for Node.js",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"author": "Turtuvshin Byambaa",
"homepage": "https://intelligo.js.org",
"copyright": "Copyright 2019 Intelligo Systems.",
"repository": {
"type": "git",
"url": "https://github.com/intelligo-systems/intelligo.git"
},
"license": "MIT",
"keywords": [
"ai",
"ai-bot",
"artificial-intelligence",
"bot",
"builder",
"chat",
"chatbot",
"classifier",
"slack-bot",
"line-bot",
"conversational",
"messenger-bot",
"messenger",
"facebook",
"framework",
"intelligo",
"intelligence",
"neural network",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"files": [
"/lib",
"/src"
],
"dependencies": {
"async": "3.1.0",
"body-parser": "1.19.0",
"config": "3.2.3",
"eventemitter3": "4.0.0",
"express": "4.17.1",
"extend": "3.0.2",
"lodash": "4.17.15",
"opencollective": "1.0.3",
"opencollective-postinstall": "2.0.2",
"request": "2.88.0",
"neuro.js": "0.1.7",
"vow": "0.4.20",
"ws": "7.2.0",
"ws-heartbeat": "1.1.0"
},
"devDependencies": {
"@types/express": "4.17.1",
"@types/extend": "3.0.1",
"@types/lodash": "4.14.144",
"@types/node": "10.14.22",
"@types/request": "2.48.3",
"@types/ws": "6.0.3",
"chai": "4.2.0",
"eslint": "6.5.1",
"mocha": "6.2.2",
"prettier": "1.18.2",
"sinon": "7.5.0",
"sinon-chai": "3.3.0",
"tslint": "5.20.0",
"tslint-config-prettier": "1.18.0",
"typescript": "3.6.4"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/intelligo"
},
"scripts": {
"postinstall": "opencollective-postinstall",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "mocha --recursive test/*"
}
}