Switch to npm and less.js

This commit is contained in:
Alexander Weidinger
2018-06-10 23:22:57 +02:00
parent 0a78cc58c8
commit e1af2821af
6 changed files with 51 additions and 25 deletions

17
package.json Normal file
View 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"
}