react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / tty-browserify / package.json
80728 views{1"name": "tty-browserify",2"version": "0.0.0",3"description": "the tty module from node core for browsers",4"main": "index.js",5"dependencies": {},6"devDependencies": {7"tape": "~1.0.4"8},9"scripts": {10"test": "tape test/*.js"11},12"repository": {13"type": "git",14"url": "git://github.com/substack/tty-browserify.git"15},16"homepage": "https://github.com/substack/tty-browserify",17"keywords": [18"tty",19"browser",20"browserify"21],22"author": {23"name": "James Halliday",24"email": "[email protected]",25"url": "http://substack.net"26},27"license": "MIT",28"bugs": {29"url": "https://github.com/substack/tty-browserify/issues"30},31"_id": "[email protected]",32"dist": {33"shasum": "a157ba402da24e9bf957f9aa69d524eed42901a6",34"tarball": "http://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz"35},36"_from": "tty-browserify@>=0.0.0 <0.1.0",37"_npmVersion": "1.3.14",38"_npmUser": {39"name": "substack",40"email": "[email protected]"41},42"maintainers": [43{44"name": "substack",45"email": "[email protected]"46}47],48"directories": {},49"_shasum": "a157ba402da24e9bf957f9aa69d524eed42901a6",50"_resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz"51}525354