Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pm2 / usr / local / lib / pm2 / node_modules / blessed / example / ansi-viewer / package.json
Size: Mime:
{
  "name": "ansi-viewer",
  "description": "ANSI art viewer for node",
  "author": "Christopher Jeffrey",
  "version": "0.0.1",
  "main": "./index.js",
  "bin": "./index.js",
  "preferGlobal": false,
  "repository": "git://github.com/chjj/blessed.git",
  "homepage": "https://github.com/chjj/blessed",
  "bugs": { "url": "http://github.com/chjj/blessed/issues" },
  "keywords": ["ansi", "art"],
  "tags": ["ansi", "art"],
  "dependencies": {
    "blessed": ">=0.1.5",
    "term.js": "0.0.4",
    "request": "2.55.0"
  }
}