girc
Version:
IRC Client library
33 lines (32 loc) • 721 B
JSON
{
"name": "girc",
"version": "1.0.0",
"description": "IRC Client library",
"author": "Martin Rump <admin@maddin.cc>",
"repository": {
"type": "git",
"url": "https://github.com/maddin77/girc.git"
},
"keywords": [
"irc",
"client"
],
"bugs": {
"url": "https://github.com/maddin77/girc/issues"
},
"dependencies": {
"irc-replies": "^2.0.0",
"underscore": "^1.6.0",
"irc-message": "^2.0.1",
"irc-message-stream": "^1.1.0"
},
"devDependencies": {
"should": "^4.0.4",
"mocha": "^1.21.3",
"debug": "^1.0.4"
},
"scripts": {
"test": "mocha --require should --check-leaks --globals nlPos --reporter spec --bail test/**/*.js"
},
"license": "MIT"
}