Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"name": "exterminate", | |
"version": "1.4.1", | |
"description": "terminal emulator application like xterm in node and html", | |
"browser": "browser/index.js", | |
"bin": { | |
"exterminate": "bin/cmd.js", | |
"xtshow": "bin/show.js" | |
}, | |
"keywords": [ | |
"terminal", | |
"shell", | |
"application", | |
"xterm" | |
], | |
"dependencies": { | |
"shoe": "~0.0.10", | |
"shux": "~0.2.0", | |
"ecstatic": "~0.4.1", | |
"optimist": "~0.3.5", | |
"char-size": "~0.0.0", | |
"through": "~2.2.7", | |
"duplexer": "~0.0.3", | |
"hyperquest": "~0.1.2" | |
}, | |
"devDependencies": { | |
"browserify": "~2.8.0" | |
}, | |
"scripts": { | |
"prepublish": "browserify browser/main.js -o static/bundle.js" | |
}, | |
"license": "MIT", | |
"author": { | |
"name": "James Halliday", | |
"email": "mail@substack.net", | |
"url": "http://substack.net" | |
} | |
} |