UNPKG

tennu-jshelp

Version:

JS Help Plugin for Tennu IRC Bot Framework

36 lines (35 loc) 766 B
{ "name": "tennu-jshelp", "version": "3.0.0", "description": "JS Help Plugin for Tennu IRC Bot Framework", "main": "jshelp.js", "scripts": { "test": "mocha tests.js" }, "repository": { "type": "git", "url": "git://github.com/Tennu/tennu-jshelp.git" }, "keywords": [ "tennu", "tennu-plugin" ], "author": "Ryan Scheel", "license": "ISC", "bugs": { "url": "https://github.com/Tennu/tennu-jshelp/issues" }, "homepage": "https://github.com/Tennu/tennu-jshelp", "dependencies": { "bluebird": "^3", "lodash.unescape": "^2.4.1", "mdn-search-api": "^1.0.0", "node-fetch": "^1", "npm": "^5", "r-result": "^1.1.1" }, "devDependencies": { "better-assert": "^1.0.2", "mocha": "^3" } }