flying-squid-irc
Version:
Make a bridge between flying-squid and an IRC channel.
32 lines (31 loc) • 723 B
JSON
{
"name": "flying-squid-irc",
"version": "1.0.0",
"description": "Make a bridge between flying-squid and an IRC channel.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rom1504/flying-squid-irc.git"
},
"keywords": [
"flying-squid",
"minecraft",
"irc"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rom1504/flying-squid-irc/issues"
},
"homepage": "https://github.com/rom1504/flying-squid-irc#readme",
"dependencies": {
"irc": "^0.5.2"
},
"devDependencies": {
"standard": "^11.0.1"
}
}