mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
18 lines
529 B
JSON
18 lines
529 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",
|
|
"scripts": {
|
|
"sass-watch": "sass --watch src/assets/scss:src/assets/css --style compressed",
|
|
"js-watch": "webpack --progress --watch"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.16.0",
|
|
"sass": "1.20.1",
|
|
"webpack": "4.32.1",
|
|
"webpack-cli": "3.3.2"
|
|
}
|
|
}
|