This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
Nodezzarella/package.json

32 lines
703 B
JSON

{
"name": "nodezzarella",
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "dryusdan",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"contributors": [],
"dependencies": {
"body-parser": "^1.17.2",
"color-logs": "0.6.1",
"cookie-parser": "^1.4.3",
"cors": "2.8.1",
"express": "4.15.2",
"express-session": "^1.15.4",
"handlebars": "4.0.6",
"hbs": "4.0.1",
"helmet": "^3.6.1",
"markdown": "^0.5.0",
"promise": "^8.0.0",
"rethinkdb": "^2.3.3"
}
}