UNPKG

express-easy

Version:

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

18 lines (17 loc) 355 B
{ "name": "express-easy-demo-app", "version": "0.1.0", "description": "Demo app for express-easy to show how simple a project can be", "main": "app.js", "scripts": { "start": "node ./bin/www" }, "author": "Matthew Nuzum", "license": "ISC", "dependencies": { "express-easy": "^0.1.0" }, "keywords": [ "express-easy" ] }