29 lines
704 B
JSON
29 lines
704 B
JSON
{
|
|
"name": "@nodeguy/channel",
|
|
"description": "Go-like channels for JavaScript",
|
|
"version": "0.5.0",
|
|
"author": {
|
|
"name": "David Braun",
|
|
"email": "David@NodeGuy.com",
|
|
"url": "https://www.NodeGuy.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/NodeGuy/channel/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@nodeguy/assert": "0.1.4",
|
|
"mocha": "4.0.1"
|
|
},
|
|
"homepage": "https://github.com/NodeGuy/channel",
|
|
"keywords": ["CSP", "channel", "concurrency"],
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NodeGuy/channel.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --recursive"
|
|
}
|
|
}
|