dancing-bear
Version:
An animation of a dancing bear
25 lines (24 loc) • 511 B
JSON
{
"name": "dancing-bear",
"version": "1.0.3",
"description": "An animation of a dancing bear",
"main": "dancing-bear.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dancing-bear": "example.js"
},
"keywords": [
"dancing",
"bear",
"stupid",
"animation"
],
"author": "Joey Sham <sham.joey@gmail.com> (http://www.joeyism.com)",
"license": "ISC",
"dependencies": {
"ascii-animation": "^1.0.0",
"keypress": "^0.2.1"
}
}