15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"name": "mutate-a-word",
|
|
"version": "1.0.0",
|
|
"description": "Mutate a word to find a cool name!",
|
|
"main": "js/index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/mutate-a-word.git"
|
|
},
|
|
"author": "Starbeamrainbowlabs",
|
|
"license": "MPL-2.0"
|
|
}
|