developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

30 lines
634 B
JSON

{
"author": "Eric Zhang",
"name": "streamws",
"description": "Lightly modified version of einaros/ws. TCP writes now return true/false to top",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/binaryjs/streamws.git"
},
"scripts": {
"test": "make test",
"install": "node install.js"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"commander": "~0.6.1",
"tinycolor": "0.x",
"options": "latest"
},
"devDependencies": {
"mocha": "~1.2.1",
"should": "0.6.x",
"expect.js": "0.1.x",
"benchmark": "0.3.x",
"ansi": "latest"
}
}