UNPKG

bitwise-proto

Version:

Build your own bitwise TCP protocol over net (alpha)

33 lines (32 loc) 720 B
{ "name": "bitwise-proto", "version": "0.0.1", "description": "Build your own bitwise TCP protocol over net (alpha)", "main": "./bundle.js", "scripts": { "test": "./src/index.js", "build": "webpack -p --optimize-dedupe --optimize-minimize --color" }, "keywords": [ "TCP", "Bitwise" ], "author": { "name": "Dexter Jung", "email": "dropyourcoffee@gmail.com" }, "license": "ISC", "dependencies": { "events": "^3.0.0", "net": "^1.0.2", "webpack": "^4.41.0", "yargs": "^14.0.0" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/node": "^7.5.0", "@babel/preset-env": "^7.5.4", "webpack-cli": "^3.3.9" } }