UNPKG

ep_rocketchat

Version:
51 lines (50 loc) 1.28 kB
{ "name": "ep_rocketchat", "version": "0.0.3", "description": "Integrating rocketchat with Etherpad", "main": "server.js", "directories": { "test": "test" }, "dependencies": { "axios": "^0.26.0", "bluebird": "^3.7.2", "ddp": "^0.12.1", "https-proxy-agent": "^5.0.0", "istanbul": "^0.4.5", "mocha": "^9.2.1", "request": "^2.88.2", "should": "^13.2.3" }, "scripts": { "test": " userId=xxx token=xxx host=xxx port=xxx protocol=https mocha", "test-and-coverage": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --colors test/", "start": "node server.js", "lint:fix": "eslint --fix .;", "lint:dry": "eslint --fix-dry-run ." }, "repository": { "type": "git", "url": "git+https://github.com/samirsayyad/ep_rocketchat.git" }, "keywords": [ "RocketChat", "Rocket", "chat", "Etherpad" ], "author": { "name": "Samir Sayyad", "email": "samir.saiad@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/samirsayyad/ep_rocketchat/issues" }, "homepage": "https://github.com/samirsayyad/ep_rocketchat#readme", "devDependencies": { "eslint": "^8.10.0", "eslint-config-etherpad": "^3.0.4", "typescript": "^4.6.2" } }