alex/package.json
2021-10-19 12:17:34 +02:00

26 lines
569 B
JSON

{
"name": "alexheldt",
"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",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"morgan": "^1.9.1",
"node-cache": "^5.1.2",
"sass": "^1.41.0",
"simple-icons": "^3.10.0"
},
"scripts": {
"css": "sass assets/sass/index.sass assets/css/index.css"
},
"keywords": [],
"author": "",
"license": "ISC"
}