glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "page-auth",
"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, Sahat Yalkabov",
"license": "MIT",
"devDependencies": {
"tape": "^3.5.0"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.2",
"connect-flash": "^0.1.1",
"create-http-error": "^1.0.3",
"debug": "^2.1.3",
"defaults": "^1.0.2",
"errorhandler": "^1.3.5",
"express-flash": "0.0.2",
"express-session": "^1.10.4",
"express-validator": "^2.9.0",
"jade": "^1.9.2",
"lodash": "^3.10.1",
"method-override": "^2.3.2",
"mingo": "^0.3.1",
"modella": "^0.2.14",
"modella-auth": "^0.1.2",
"modella-glint": "^1.0.0",
"nodemailer": "^1.3.2",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.2.0",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"uuid": "^2.0.1"
}
}