package.json 482 B

1234567891011121314151617181920
  1. {
  2. "name": "keypress",
  3. "version": "0.1.0",
  4. "description": "Make any Node ReadableStream emit \"keypress\" events",
  5. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/TooTallNate/keypress.git"
  13. },
  14. "keywords": [
  15. "keypress",
  16. "readline",
  17. "core"
  18. ],
  19. "license": "MIT"
  20. }