2020-02-18 17:27:17 +00:00
|
|
|
{
|
|
|
|
"name": "sor-dog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^3.0.0",
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-handlebars": "^3.1.0",
|
|
|
|
"helmet": "^3.21.2",
|
|
|
|
"morgan": "^1.9.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
2020-02-18 17:38:22 +00:00
|
|
|
}
|