@kohanajs/mod-live-home-admin
Version:
The admin module for KohanaJS live homepage
29 lines (28 loc) • 695 B
JSON
{
"name": "@kohanajs/mod-live-home-admin",
"version": "2.0.0",
"description": "The admin module for KohanaJS live homepage",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kohana-js/proposals/level0/live-home-admin.git"
},
"keywords": [
"KohanaJS",
"Live",
"Home",
"Homepage"
],
"author": "Kojin Nakana",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/kohana-js/proposals/level0/live-home-admin/issues"
},
"homepage": "https://gitlab.com/kohana-js/proposals/level0/live-home-admin#readme"
}