corsa
Version:
Async iteration channels in JavaScript.
32 lines (31 loc) • 788 B
JSON
{
"name": "corsa",
"version": "1.0.2",
"description": "Async iteration channels in JavaScript.",
"author": "sinclairzx81",
"license": "MIT",
"keywords": ["async-iterators", "channels", "streams", "backpressure"],
"repository": {
"type": "git",
"url": "https://github.com/sinclairzx81/corsa"
},
"scripts": {
"clean": "smoke-task clean",
"start": "smoke-task start",
"test": "smoke-task test",
"pack": "smoke-task pack"
},
"main": "index.js",
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^8.0.7",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"shx": "^0.2.2",
"smoke-run": "^1.0.2",
"smoke-task": "^1.0.5",
"typescript": "^3.2.1",
"typescript-bundle": "^1.0.11"
}
}