latex-css/package.json
Vincent Dörig 075354cb39 1.7.1
2022-06-06 22:27:07 +02:00

29 lines
648 B
JSON

{
"name": "latex.css",
"version": "1.7.1",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"scripts": {
"build": "uglifycss style.css > style.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentdoerig/latex-css.git"
},
"keywords": [
"latex",
"latex-css",
"classless-theme",
"css"
],
"author": "Vincent Dörig",
"license": "MIT",
"bugs": {
"url": "https://github.com/vincentdoerig/latex-css/issues"
},
"homepage": "https://latex.now.sh",
"devDependencies": {
"uglifycss": "0.0.29"
}
}