pocket.io
Version:
A minimalistic version of socket.io that weights about 1K instead of 60K
36 lines (35 loc) • 850 B
JSON
{
"name": "pocket.io",
"version": "0.1.5",
"description": "A minimalistic version of socket.io that weights about 1K instead of 60K",
"main": "index.js",
"scripts": {
"build": "npm run min",
"min": "uglifyjs client.js --support-ie8 --comments=/^!/ -c -m -o min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/pocket.io.git"
},
"keywords": [
"WebSocket",
"socket.io",
"lighter",
"minimal"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebReflection/pocket.io/issues"
},
"homepage": "https://github.com/WebReflection/pocket.io#readme",
"devDependencies": {
"express": "^4.16.3",
"flatted": "^0.2.2",
"uglify-es": "^3.3.9"
},
"dependencies": {
"uuid": "^3.2.1",
"ws": "^5.2.0"
}
}