UNPKG

admin-lte-express

Version:

AdminLTE 2.3.2 with express and express-handlebars.

44 lines (43 loc) 1.16 kB
{ "name": "admin-lte-express", "version": "1.4.2", "scripts": { "start": "nodemon ./bin/www" }, "bin": { "generate": "./bin/generate" }, "dependencies": { "body-parser": "~1.13.2", "connect-ensure-login": "^0.1.1", "cookie-parser": "~1.3.5", "crypto": "0.0.3", "debug": "~2.2.0", "express": "~4.13.1", "express-handlebars": "^3.0.0", "express-session": "^1.13.0", "method-override": "^2.3.5", "mongoose": "^4.4.6", "morgan": "~1.6.1", "named-routes": "^2.0.3", "passport": "^0.3.2", "passport-local": "^1.0.0", "serve-favicon": "~2.3.0" }, "description": "AdminLTE 2.3.2 with express and express-handlebars.", "main": "app.js", "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/RamEduard/admin-lte-express.git" }, "keywords": [ "admin-lte-express", "express-admin", "admin" ], "author": "Ramón Serrano <ramon.calle.88@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/RamEduard/admin-lte-express/issues" }, "homepage": "https://github.com/RamEduard/admin-lte-express#readme" }