mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
14 lines
428 B
JSON
14 lines
428 B
JSON
{
|
|
"name": "mue",
|
|
"description": "Fast, open and free-to-use new tab page for most modern browsers",
|
|
"author": "ohlookitsderpy",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/ohlookitsderpy/Mue",
|
|
"homepage": "https://qtradio.moe",
|
|
"scripts": {
|
|
"sass-watch": "sass --watch src/assets/scss:src/assets/css --style compressed"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "1.16.1"
|
|
}
|
|
} |