@kohanajs/mod-live-home
Version:
The Live Homepage allow admin to refresh visitor's home page.
25 lines (24 loc) • 651 B
JSON
{
"name": "@kohanajs/mod-live-home",
"version": "1.1.5",
"description": "The Live Homepage allow admin to refresh visitor's home page.",
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kohana-js/proposals/level0/mod-live-home.git"
},
"keywords": [
"KohanaJS",
"live"
],
"author": "Kojin Nakana",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/kohana-js/proposals/level0/mod-live-home/issues"
},
"homepage": "https://gitlab.com/kohana-js/proposals/level0/mod-live-home#readme",
"dependencies": {}
}