irin-lang
Version:
IRIN (Indent to Recognize for Intelligent Natural language) is a scripting language of chatterbots, make you easier to create chatterbot.
30 lines (29 loc) • 804 B
JSON
{
"name": "irin-lang",
"version": "0.0.6",
"description": "IRIN (Indent to Recognize for Intelligent Natural language) is a scripting language of chatterbots, make you easier to create chatterbot.",
"main": "irin-lang.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pureexe/irin-lang.git"
},
"keywords": [
"bot",
"chatbot",
"chatterbot",
"aiml",
"artificial",
"intelligence",
"chatscript",
"buddyscript"
],
"author": "Pakkapon Phongthawee",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/pureexe/irin-lang/issues"
},
"homepage": "https://github.com/pureexe/irin-lang#readme"
}