cevichify
Version:
Turns all words in a string to 'ceviche'
17 lines (16 loc) • 318 B
JSON
{
"name": "cevichify",
"version": "1.0.0",
"description": "Turns all words in a string to 'ceviche'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ceviche",
"peru",
"lima"
],
"author": "Bruno Gonzales",
"license": "ISC"
}