Files
scummvm-web/package.json
2020-09-01 00:10:54 -04:00

17 lines
382 B
JSON

{
"name": "scummvm-web",
"description": "ScummVM.org main site",
"version": "1.0.0",
"dependencies": {
"autoprefixer": "^9.8.6",
"postcss-cli": "^6.1.3"
},
"devDependencies": {
"sass": "1.26.10"
},
"scripts": {
"postinstall": "postcss ./public_html/css/*.css --use autoprefixer --no-map -r",
"sass": "sass --watch ./scss:./public_html/css"
}
}