UNPKG

mbot

Version:
44 lines (43 loc) 1.26 kB
{ "name": "mbot", "version": "0.0.12", "description": "Modular Bot Framework", "main": "./lib", "scripts": { "start": "cross-env MBOT_NODE_ENV=tmp MBOT_NODE_ENV_ALT=dev node server.js", "start-xmpp": "cross-env MBOT_NODE_ENV=xmpp node server.js", "start-rest": "cross-env MBOT_NODE_ENV=rest node server.js", "test": "cross-env MBOT_NODE_ENV=tst mocha --recursive", "test-bayes": "cross-env MBOT_NODE_ENV=tst_bayes mocha --recursive test_extra/nlp/bayes", "test-hashtag": "cross-env MBOT_NODE_ENV=tst mocha --recursive test_extra/nlp/hashtag", "test-dbg": "cross-env MBOT_NODE_ENV=tst mocha --recursive --debug-brk", "preversion": "npm test" }, "keywords": [ "modular", "chatbot", "bot", "chatter" ], "author": "liciojr", "license": "LGPL-3.0", "homepage": "https://liciojr.github.io/mbot/", "repository": { "type": "git", "url": "https://github.com/liciojr/mbot.git" }, "dependencies": { "cross-env": "^3.1.4", "natural": "^0.4.0", "simple-xmpp": "^1.3.0", "ts-xlsx": "^0.0.7", "waterline": "^0.11.9", "winston": "^2.3.1", "x-ray": "^2.3.1" }, "devDependencies": { "mocha": "^3.4.2", "sails-disk": "^0.10.10", "soap": "^0.19.2" } }