UNPKG

parrot-bot

Version:
87 lines 2.05 kB
{ "name": "parrot-bot", "description": "A parrot-like bot you can talk with.", "keywords": [ "parrot", "bot", "a", "simple", "and", "smart", "enough", "you", "can", "chat", "with" ], "license": "MIT", "version": "1.0.7", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/parrot-bot.git" }, "bugs": { "url": "https://github.com/IonicaBizau/parrot-bot/issues" }, "homepage": "https://github.com/IonicaBizau/parrot-bot#readme", "dependencies": { "abs": "^1.3.6", "bug-killer": "^4.4.2", "deasync": "^0.1.9", "deffy": "^2.2.2", "diacritics": "^1.3.0", "map-o": "^2.0.5", "mongoose": "^5.9.28", "noop6": "^1.0.4", "prompt": "^1.0.0", "promptify": "^1.0.1", "read-utf8": "^1.2.5", "ul": "^5.2.9", "unique-random-array": "^1.0.0" }, "blah": { "h_img": "http://i.imgur.com/3hROjgZ.png", "description": [ { "h2": "Online demo" }, { "p": "You can talk to the Parrot, by visiting [`parrot.ionicabizau.net`](https://parrot.ionicabizau.net). See below how to use it." }, { "p": "[![](http://i.imgur.com/BLE5iI2.png)](https://parrot.ionicabizau.net)" }, { "h2": "How it works" }, { "p": [ "The *Parrot Bot* doesn't know anything in the beginning. *You* have to teach them to give answers. The answers you will eventually get from the bot will be your own words, hence the name: *Parrot Bot*. 🐦", "Enjoy! :tada:" ] } ] } }