UNPKG

glintcms-starter-glintcms

Version:

This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.

32 lines (31 loc) 570 B
{ "name": "page-auth-access", "version": "1.0.0", "description": "role based access control.", "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": { "modella": "^0.2.14", "modella-glint": "^1.0.0", "wildcard": "^1.1.2" } }