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
Raw Normal View History

2017-03-22 20:53:50 +01:00
{
2017-07-20 23:50:30 +02:00
"name": "nodezzarella",
2017-03-22 20:53:50 +01:00
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
2017-03-22 20:53:50 +01:00
"author": "dryusdan",
"scripts": {
2017-07-02 23:04:51 +02:00
"dev": "nodemon app.js",
2017-03-22 20:53:50 +01:00
"start": "node app.js"
},
"contributors": [],
2017-03-22 20:59:43 +01:00
"dependencies": {
2017-07-23 01:17:20 +02:00
"body-parser": "^1.17.2",
"color-logs": "0.6.1",
2017-07-23 01:17:20 +02:00
"cookie-parser": "^1.4.3",
2017-07-02 23:04:51 +02:00
"cors": "2.8.1",
"express": "4.15.2",
2017-07-23 01:17:20 +02:00
"express-session": "^1.15.4",
2017-07-02 23:04:51 +02:00
"handlebars": "4.0.6",
"hbs": "4.0.1",
2017-07-19 22:49:13 +02:00
"helmet": "^3.6.1",
2017-07-03 00:18:07 +02:00
"markdown": "^0.5.0",
2017-07-20 23:50:30 +02:00
"promise": "^8.0.0",
"rethinkdb": "^2.3.3"
2017-03-22 20:59:43 +01:00
}
2017-03-22 20:53:50 +01:00
}