restful-wedding
Version:
An endpoint for interacting with RSVPs
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "restful-wedding",
"version": "1.0.3",
"description": "An endpoint for interacting with RSVPs",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production ./bin/www",
"dev": "NODE_ENV=development ./bin/www",
"test": "NODE_ENV=development mocha ./tests --recursive"
},
"bin": {
"wedding-rsvp": "bin/www"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ReverentEngineer/wedding.git"
},
"keywords": [
"rsvp",
"guests",
"invites"
],
"author": "Jeffrey Hill <jeff@reverentengineer.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReverentEngineer/restful-wedding/issues"
},
"homepage": "https://github.com/ReverentEngineer/restful-wedding#readme",
"dependencies": {
"async": "^2.6.2",
"config": "^3.0.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"flash": "^1.1.0",
"handlebars": "^4.1.0",
"http-errors": "^1.7.1",
"morgan": "^1.9.1",
"nodemailer": "^5.1.1",
"parallel": "^1.2.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^5.8.6",
"sqlite3": "^4.0.8"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.1.4"
}
}