UNPKG

nova-irc

Version:
33 lines 721 B
{ "name": "nova-irc", "version": "1.0.6", "main": "irc-nova.js", "description": "Easy-to-use IRC client", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/BMSVieira/nova-irc.git" }, "keywords": [ "irc", "chat", "irc-client", "messaging", "bot", "nodejs" ], "author": "Bruno Vieira", "license": "MIT", "bugs": { "url": "https://github.com/BMSVieira/nova-irc/issues" }, "homepage": "https://github.com/BMSVieira/nova-irc#readme", "dependencies": { "buffer": "^6.0.3", "events": "^3.3.0", "net": "^1.0.2", "tls": "^0.0.1" } }