This commit is contained in:
David Ralph
2019-01-18 22:36:08 +00:00
parent f43ad6bbd1
commit cce69892a3
43 changed files with 219 additions and 252 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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"
}
}