File: /var/dev/nowruzgan/rest/node_modules/readline2/package.json
{
"name": "readline2",
"version": "0.1.1",
"description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
"scripts": {
"test": "mocha -R spec"
},
"repository": "SBoudrias/readline2",
"keywords": [
"cli",
"terminal",
"readline",
"tty",
"ansi"
],
"author": "Simon Boudrias <admin@simonboudrias.com>",
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"mute-stream": "0.0.4",
"strip-ansi": "^2.0.1"
},
"devDependencies": {
"chalk": "^0.5.1",
"mocha": "^2.1.0",
"sinon": "^1.7.3"
}
}