glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
31 lines (30 loc) • 516 B
JSON
{
"name": "page-error",
"version": "1.0.0",
"description": "",
"main": "server.js",
"browser": "browser.js",
"browserify": {
"transform": [
[
"brfs"
],
[
"envify",
{
"_": "purge"
}
]
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Andi Neck",
"license": "MIT",
"dependencies": {
"create-http-error": "^1.0.2",
"parseurl": "^1.3.0"
}
}