node-icq
Version:
Implementation of ICQ protocol
27 lines (26 loc) • 497 B
JSON
{
"name": "node-icq",
"version": "1.7.0",
"description": "Implementation of ICQ protocol",
"main": "./lib/node-icq.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"icq",
"wim",
"node"
],
"author": "Kurkin",
"license": "MIT",
"dependencies": {
"extend": "*",
"log4js": "1.*",
"url": "*",
"querystring": "*",
"request": "*",
"sort-object": "*",
"json-bigint": "*",
"bignumber": "*"
}
}