teletype-client-modified
Version:
I have modified the library developed by Atom to make it compatible with non-browser facility. I am using it only for experimentation purposes. I will remove this package post my experiment and raise a PR at Atom to finally merge this package so that this
45 lines (44 loc) • 1.48 kB
JSON
{
"name": "teletype-client-modified",
"version": "0.38.4",
"description": "I have modified the library developed by Atom to make it compatible with non-browser facility. I am using it only for experimentation purposes. I will remove this package post my experiment and raise a PR at Atom to finally merge this package so that this library can be used with non-browser support as well.",
"main": "index.js",
"scripts": {
"test": "electron-mocha **/*.test.js --ui=tdd --renderer --enable-experimental-web-platform-features",
"compile-protobuf": "protoc --js_out=import_style=commonjs,binary:lib teletype-client.proto teletype-crdt.proto"
},
"author": "Rijul Saini <rijulsaini.mait@gmail.com>",
"license": "MIT",
"dependencies": {
"@atom/teletype-crdt": "^0.9.0",
"event-kit": "^2.3.0",
"google-protobuf": "^3.5.0",
"pusher-js": "^4.2.2",
"uuid": "^3.2.1",
"webrtc-adapter": "~6.1"
},
"devDependencies": {
"@atom/teletype-server": "^0.18.1",
"deep-equal": "^1.0.1",
"dotenv": "^4.0.0",
"electron": "2.0.0",
"electron-mocha": "^4.0.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rijul5/teletype-client.git"
},
"keywords": [
"Only",
"for",
"experiment"
],
"bugs": {
"url": "https://github.com/Rijul5/teletype-client/issues"
},
"homepage": "https://github.com/Rijul5/teletype-client#readme"
}