pty.js-dl
Version:
Pseudo terminals for node.
16 lines (15 loc) • 444 B
JSON
{
"name": "pty.js-dl",
"description": "Pseudo terminals for node.",
"author": "Christopher Jeffrey",
"version": "0.1.2",
"main": "./index.js",
"repository": "git://github.com/chjj/pty.js.git",
"homepage": "https://github.com/chjj/pty.js",
"bugs": { "url": "https://github.com/chjj/pty.js/issues" },
"keywords": [ "pty", "tty", "terminal" ],
"scripts": {
"test": "node test"
},
"tags": [ "pty", "tty", "terminal" ]
}