backend_dashboard-utils
Version:
A utility for allowing other components of HolyCorn Software's code easily integrate with the backend_dashboard faculty
26 lines (25 loc) • 764 B
JSON
{
"name": "backend_dashboard-utils",
"version": "2.0.2",
"description": "A utility for allowing other components of HolyCorn Software's code easily integrate with the backend_dashboard faculty",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HolyCorn-Software/backend_dashboard-utils.git"
},
"keywords": [
"backend_dashboard",
"HolyCorn",
"Software",
"utils"
],
"author": "github.com/HolyCorn-Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/HolyCorn-Software/backend_dashboard-utils/issues"
},
"homepage": "https://github.com/HolyCorn-Software/backend_dashboard-utils#readme"
}