cordlr-plugin
Version:
Cordlr plugin core to extend new plugins from.
35 lines (34 loc) • 821 B
JSON
{
"name": "cordlr-plugin",
"version": "0.0.6",
"description": "Cordlr plugin core to extend new plugins from.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devcord/cordlr-plugin.git"
},
"keywords": [
"cordlr",
"plugin",
"core"
],
"author": "Devcord",
"license": "MIT",
"bugs": {
"url": "https://github.com/Devcord/cordlr-plugin/issues"
},
"homepage": "https://github.com/Devcord/cordlr-plugin#readme",
"dependencies": {
"discord.js": "^11.0.0",
"hex-to-dec": "^1.0.1"
},
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1"
}
}