UNPKG

witbot

Version:

A simple node.js module for making bots with wit.ai

31 lines (30 loc) 651 B
{ "name": "witbot", "version": "2.1.0", "description": "A simple node.js module for making bots with wit.ai", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/BeepBoopHQ/witbot.git" }, "keywords": [ "slack", "wit", "wit.ai", "botkit", "bots", "slackbot" ], "author": "Mike Brevoort", "license": "MIT", "bugs": { "url": "https://github.com/BeepBoopHQ/witbot/issues" }, "homepage": "https://github.com/BeepBoopHQ/witbot#readme", "dependencies": { "node-wit": "^2.0.0" } }