iflychat
Version:
iFlyChat NodeJS Module
31 lines (30 loc) • 655 B
JSON
{
"name": "iflychat",
"version": "1.1.1",
"description": "iFlyChat NodeJS Module",
"main": "ifly-node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iflylabs/iflychat-nodejs.git"
},
"keywords": [
"chat",
"chat",
"room",
"one-to-one",
"chat"
],
"author": "iFlyLabs",
"license": "ISC",
"bugs": {
"url": "https://github.com/iflylabs/iflychat-nodejs/issues"
},
"homepage": "https://github.com/iflylabs/iflychat-nodejs#readme",
"dependencies": {
"lodash": "^4.17.2",
"request": "^2.79.0"
}
}