spotty
Version:
Lookup the current process's TTY device
31 lines (30 loc) • 694 B
JSON
{
"name": "spotty",
"version": "1.0.0",
"description": "Lookup the current process's TTY device",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/keybase/node-lookup-tty"
},
"keywords": [
"TTY"
],
"author": "Maxwell Krohn <themax@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/keybase/node-lookup-tty/issues"
},
"homepage": "https://github.com/keybase/node-lookup-tty",
"devDependencies": {
"iced-coffee-script": "^1.8.0-c",
"iced-test": "0.0.21"
},
"dependencies": {
"iced-error": "0.0.9",
"iced-runtime": "^1.0.2"
}
}