gochan/package.json
David Braun be1fafdc22 0.6.0
2017-12-06 13:21:54 -05:00

33 lines
720 B
JSON

{
"name": "@nodeguy/channel",
"description": "Go-like channels for JavaScript",
"version": "0.6.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"
}
}