weirdanimalsjs
Version:
js framework that generates random animals with an adjective
38 lines (37 loc) • 798 B
JSON
{
"name": "weirdanimalsjs",
"version": "1.1.1",
"description": "js framework that generates random animals with an adjective",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MatteoMiotello/WeirdAnimalsJs.git"
},
"keywords": [
"Javascript",
"js",
"framework",
"animals",
"random",
"words"
],
"files": [
"index.js",
"index.d.ts",
"library/LanguagesSet.js",
"languages/it-IT.js",
"languages/en-EN.js"
],
"engines": {
"node": ">=0.8.0"
},
"author": "Matteo Miotello",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatteoMiotello/WeirdAnimalsJs/issues"
},
"homepage": "https://github.com/MatteoMiotello/WeirdAnimalsJs#readme"
}