16 lines
470 B
JSON
16 lines
470 B
JSON
{
|
|
"name": "crunchyroll-dark",
|
|
"version": "1.0.0",
|
|
"description": "Dark Crunchyroll style",
|
|
"devDependencies": {
|
|
"less": "^3.0.4"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -f crunchyroll-dark.css",
|
|
"build": "./node_modules/less/bin/lessc crunchyroll-dark.user.css.less crunchyroll-dark.user.css"
|
|
},
|
|
"repository": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git",
|
|
"license": "GPL-3.0-or-later",
|
|
"author": "Alexander Weidinger <alexwegoo@gmail.com>"
|
|
}
|