nyancat-telnet
Version:
Nyancat rendered with various bits of ANSI
37 lines (36 loc) • 773 B
JSON
{
"author": "Vladimir Tsvang <vtsvang@gmail.com>",
"name": "nyancat-telnet",
"keywords": [
"nyancat",
"coffeescript"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/vtsvang/nyancat-telnet-node/master/LICENSE"
}
],
"bin": {
"nyancat-telnet": "./app.js"
},
"bugs": {
"name": "https://github.com/vtsvang/nyancat-telnet-node/issues"
},
"description": "Nyancat rendered with various bits of ANSI",
"version": "0.0.2",
"repository": {
"url": "git@github.com:vtsvang/nyancat-telnet-node.git"
},
"main": "./app.js",
"dependencies": {
"commander": ">=1.0.0"
},
"devDependencies": {
"coffee-script": ">=1.3.3"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}