community-hubbub
Version:
client for hubbub community
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "community-hubbub",
"version": "1.0.0",
"description": "client for hubbub community",
"main": "client.js",
"bin": {
"hubbub": "./client.js"
},
"scripts": {
"start": "node client.js",
"watch": "nodemon client.js",
"lint": "eslint '**/*.js'",
"test": "jest --coverage --verbose",
"test-watch": "jest --coverage --verbose --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hub-up/hubbub-community.git"
},
"keywords": [
"Readline",
"hubbub",
"collaboration",
"applications",
"socket"
],
"author": "Hubbub",
"license": "ISC",
"bugs": {
"url": "https://github.com/hub-up/hubbub-community/issues"
},
"homepage": "https://github.com/hub-up/hubbub-community#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"jest": "^24.7.1",
"jsdoc": "^3.5.5"
},
"dependencies": {
"chalk": "^2.4.2",
"dotenv": "^7.0.0",
"emojic": "^1.1.15",
"readline": "^1.3.0",
"socket.io-client": "^2.2.0",
"superagent": "^5.0.2"
}
}