package.json 594 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "culvert",
  3. "version": "0.1.2",
  4. "description": "Channel for easy streaming of work between complex logics.",
  5. "main": "channel.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/creationix/culvert.git"
  12. },
  13. "keywords": [
  14. "channel",
  15. "stream",
  16. "csp",
  17. "js-git"
  18. ],
  19. "author": "Tim Caswell <tim@creationix.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/creationix/culvert/issues"
  23. },
  24. "homepage": "https://github.com/creationix/culvert"
  25. }