glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
37 lines (36 loc) • 780 B
JSON
{
"name": "page-filemanager",
"version": "1.0.0",
"description": "",
"main": "server.js",
"browser": "browser.js",
"browserify": {
"transform": [
[
"brfs"
],
[
"envify",
{
"_": "purge"
}
]
]
},
"scripts": {
"make": "browserify ./browser.js --standalone filemanager -o public/filemanager.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Andi Neck, TJ Holowaychuk, Douglas Christopher Wilson",
"license": "MIT",
"dependencies": {
"accepts": "~1.2.7",
"batch": "0.5.2",
"escape-html": "1.0.1",
"http-errors": "~1.3.1",
"mime-types": "~2.0.11",
"parseurl": "~1.3.0",
"prettysize": "0.0.3"
}
}