glintcms-starter-intesso
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
26 lines (25 loc) • 437 B
JSON
{
"name": "page-i18n",
"version": "1.0.0",
"description": "glint internationalization middlewares",
"main": "server.js",
"browser": "browser.js",
"browserify": {
"transform": [
[
"brfs"
],
[
"envify",
{
"_": "purge"
}
]
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andi Neck",
"license": "MIT"
}