Brak opisu

package.json 661B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "duplexer2",
  3. "version": "0.0.2",
  4. "description": "Like duplexer (http://npm.im/duplexer) but using streams2",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha -R tap"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/deoxxa/duplexer2.git"
  12. },
  13. "keywords": [
  14. "duplex",
  15. "stream",
  16. "join",
  17. "combine"
  18. ],
  19. "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
  20. "license": "BSD",
  21. "bugs": {
  22. "url": "https://github.com/deoxxa/duplexer2/issues"
  23. },
  24. "devDependencies": {
  25. "chai": "~1.7.2",
  26. "mocha": "~1.12.1"
  27. },
  28. "dependencies": {
  29. "readable-stream": "~1.1.9"
  30. }
  31. }