mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 18:30:27 +00:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"name": "schnittfest",
|
|
"version": "1.0.0",
|
|
"description": "Schnittfest GmbH website styling.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node-sass sass/ -o ../static/ --output-style compressed",
|
|
"style": "node-sass -w sass/ -o ../static/ --output-style compressed"
|
|
},
|
|
"author": "Marvin Blum, Daniel Schramm",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"node-sass": "^4.13.0"
|
|
}
|
|
}
|