glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
23 lines (22 loc) • 428 B
JSON
{
"name": "page-is-bot",
"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"
},
"dependencies": {
"connect-is-bot": "^1.0.0"
},
"author": "Andi Neck",
"license": "MIT"
}