UNPKG

express-easy

Version:

Simplify the creation of new Express.js projects that adhere to best practices.

40 lines (39 loc) 920 B
{ "name": "express-easy", "version": "0.1.4", "description": "Simplify the creation of new Express.js projects that adhere to best practices.", "main": "index.js", "scripts": { "test": "tests/test.js" }, "repository": { "type": "git", "url": "git@github.com:newz2000/express-easy.git" }, "keywords": [ "Express", "Express.js", "Express", "config", "Simplify", "express" ], "author": "Matthew Nuzum", "license": "ISC", "bugs": { "url": "https://github.com/newz2000/express-easy/issues" }, "homepage": "https://github.com/newz2000/express-simple", "dependencies": { "app-root-path": "^1.0.0", "body-parser": "^1.11.0", "cookie-parser": "^1.3.3", "express": "^4.11.2", "hbs": "^2.8.0", "less-middleware": "^2.0.1", "morgan": "^1.5.1", "path": "^0.11.14", "serve-favicon": "^2.2.0", "underscore": "^1.7.0" } }