18 lines
435 B
JSON
18 lines
435 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.less crunchyroll-dark.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git"
|
|
},
|
|
"license": "GPL-3.0-or-later"
|
|
}
|