cmd-print-joey-smiley
Version:
Print a smiley + Joey Tribbiani's iconic catch phrase on the console.
16 lines (15 loc) • 396 B
JSON
{
"name": "cmd-print-joey-smiley",
"version": "1.0.0",
"description": "Print a smiley + Joey Tribbiani's iconic catch phrase on the console.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": ["smiley", "print", "friends", "joey tribbiani", "joey", "how you doin'?"],
"author": "Yellow-Fang",
"license": "ISC",
"bin": {
"smiley": "smiley.js"
}
}