package.json 618 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "tty-browserify",
  3. "version": "0.0.0",
  4. "description": "the tty module from node core for browsers",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "tape": "~1.0.4"
  9. },
  10. "scripts": {
  11. "test": "tape test/*.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/substack/tty-browserify.git"
  16. },
  17. "homepage": "https://github.com/substack/tty-browserify",
  18. "keywords": [
  19. "tty",
  20. "browser",
  21. "browserify"
  22. ],
  23. "author": {
  24. "name": "James Halliday",
  25. "email": "mail@substack.net",
  26. "url": "http://substack.net"
  27. },
  28. "license": "MIT"
  29. }