package.json 414 B

12345678910111213141516171819
  1. {
  2. "name": "noms",
  3. "version": "0.0.0",
  4. "description": "easily make yummy noms for other streams",
  5. "main": "index.js",
  6. "dependencies": {
  7. "inherits": "^2.0.1",
  8. "readable-stream": "~1.0.31"
  9. },
  10. "repository": "https://github.com/calvinmetcalf/noms",
  11. "devDependencies": {
  12. "tape": "^2.14.0"
  13. },
  14. "scripts": {
  15. "test": "node test.js"
  16. },
  17. "author": "Calvin Metcalf",
  18. "license": "ISC"
  19. }