UNPKG

universal_bot

Version:

Taking the principles of aiml - but allowing a dynamic and extendable *.js environment

29 lines (28 loc) 655 B
{ "name": "universal_bot", "version": "0.0.32", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "debug": "DEBUG=worker:* node index.js" }, "keywords": [ "AIML", "Bot" ], "author": "phalanstere <burckhardt@ludicmedia.de> (https://github.com/Phalanstere)", "license": "ISC", "dependencies": { "aiml-high": "0.0.8", "debug": "^3.1.0", "stopword": "^0.1.8", "wordnet": "^0.1.2", "xml-js": "^1.5.1" }, "repository": { "type": "git", "url": "https://github.com/Phalanstere/universal_chatbot.git" } }