Switch to npm and less.js
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user