congestion
Version:
Generator-based congestion control
28 lines (27 loc) • 615 B
JSON
{
"name": "congestion",
"version": "0.1.0",
"description": "Generator-based congestion control",
"main": "congestion.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhadi/congestion.git"
},
"keywords": [
"congestion",
"co",
"generator"
],
"author": "Ali Farhadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/farhadi/congestion/issues"
},
"homepage": "https://github.com/farhadi/congestion#readme",
"dependencies": {
"pinkie-promise": "^2.0.0"
}
}