libperson
Version:
Data structure to represent humans
16 lines (15 loc) • 339 B
JSON
{
"name": "libperson",
"version": "1.0.0",
"description": "Data structure to represent humans",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skibidi-toilet-hacker",
"license": "MIT",
"dependencies": {
"jsfruit": "^1.1.0",
"libvegetable": "^1.0.0"
}
}