package.json 523 B

12345678910111213141516171819
  1. {
  2. "name": "ansi-viewer",
  3. "description": "ANSI art viewer for node",
  4. "author": "Christopher Jeffrey",
  5. "version": "0.0.1",
  6. "main": "./index.js",
  7. "bin": "./index.js",
  8. "preferGlobal": false,
  9. "repository": "git://github.com/chjj/blessed.git",
  10. "homepage": "https://github.com/chjj/blessed",
  11. "bugs": { "url": "http://github.com/chjj/blessed/issues" },
  12. "keywords": ["ansi", "art"],
  13. "tags": ["ansi", "art"],
  14. "dependencies": {
  15. "blessed": ">=0.1.5",
  16. "term.js": "0.0.4",
  17. "request": "2.55.0"
  18. }
  19. }