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

19 lines
414 B
JSON
Raw Normal View History

2017-03-22 20:53:50 +01:00
{
"name": "blog",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "dryusdan",
"scripts":{
"start": "node app.js"
},
"contributors": [],
2017-03-22 20:59:43 +01:00
"dependencies": {
2017-03-22 21:40:30 +01:00
"handlebars":"4.0.6",
"express":"4.15.2",
"cors":"2.8.1",
"color-logs":"0.6.1",
2017-04-11 23:41:16 +02:00
"rethinkdb":"2.3.3",
"hbs":"4.0.1"
2017-03-22 20:59:43 +01:00
}
2017-03-22 20:53:50 +01:00
}