cordlr-pinga
Version:
Cordlr Ping Demo Plugin
27 lines (26 loc) • 593 B
JSON
{
"name": "cordlr-pinga",
"version": "0.0.5",
"description": "Cordlr Ping Demo Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devcord/cordlr-pinga.git"
},
"keywords": [
"cordlr"
],
"author": "Devcord",
"license": "MIT",
"bugs": {
"url": "https://github.com/Devcord/cordlr-pinga/issues"
},
"homepage": "https://github.com/Devcord/cordlr-pinga#readme",
"dependencies": {
"cordlr-plugin": "~0.0.5",
"ping": "^0.2.2"
}
}