Musique/node_modules/ttys/package.json

17 lines
444 B
JSON

{ "name": "ttys"
, "description": "Guaranteed read and write streams to the terminal"
, "keywords": [
"tty"
, "stdin"
, "stdout"
, "/dev/tty"
]
, "version": "0.0.3"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ttys.git" }
, "main": "./index.js"
, "scripts": {
"test": "node test"
}
, "engines": { "node": ">= 0.6.0" }
}