UNPKG

plugapi

Version:

Generic API for building plug.dj bots

72 lines (71 loc) 1.58 kB
{ "name": "plugapi", "description": "Generic API for building plug.dj bots", "version": "5.1.1", "author": "Alex Pham <thedark1337@thedark1337.com> (https://thedark1337.com)", "bugs": "https://github.com/plugCubed/plugAPI/issues", "contributors": [ { "name": "Chris Vickery", "email": "chrisinajar@gmail.com" }, { "name": "ging" }, { "name": "Nicolas Jeker", "email": "n.jeker@gmx.net" }, { "name": "Chris Bellew", "email": "atomjack@gmail.com" }, { "name": "Chikachi", "email": "TAT@plugcubed.net" }, { "name": "Dazzuh", "email": "dazzuh@radiant.dj" } ], "dependencies": { "auto-bind": "^2.1.1", "chalk": "^2.3.2", "deasync": "^0.1.15", "eventemitter3": "^4.0.0", "got": "^9.6.0", "handle-errors": "^1.0.0", "jethro": "^4.4.3", "p-retry": "^4.1.0", "plug-message-split": "^1.0.1", "tough-cookie": "^3.0.1", "ws": "^7.1.2" }, "devDependencies": { "documentation": "^12.1.2", "eslint-config-thedark1337": "^5.0.0", "mocha": "^6.2.1", "mocha-eslint": "^5.0.0" }, "engines": { "node": ">= 4.0.0" }, "keywords": [ "api", "bot", "plug", "plug.dj" ], "license": "MIT", "main": "./lib/client.js", "optionalDependencies": { "bufferutil": "2.x || 3.x", "utf-8-validate": "2.x || 4.x" }, "repository": "plugcubed/plugapi", "scripts": { "docs": "documentation build lib/*.js -c documentation.yml -f html -o docs", "test": "mocha" } }