blob: bde39e7d70346c73be596b5ee9d6d1dcf226a1c6 [file] [log] [blame]
{
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"dependencies": {},
"description": "the tty module from node core for browsers",
"devDependencies": {
"tape": "~1.0.4"
},
"homepage": "https://github.com/browserify/tty-browserify",
"keywords": [
"tty",
"browser",
"browserify"
],
"license": "MIT",
"main": "index.js",
"name": "tty-browserify",
"repository": {
"type": "git",
"url": "git://github.com/browserify/tty-browserify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "0.0.1"
}