estilos
Version:
A tiny library for getting most out of CSS variables
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "estilos",
"version": "1.0.3",
"description": "A tiny library for getting most out of CSS variables",
"repository": {
"type": "git",
"url": "https://github.com/ahgilak/estilos.git"
},
"bugs": {
"url": "https://github.com/ahgilak/estilos/issues",
"email": "ah.gilak@outlook.com"
},
"homepage": "https://github.com/ahgilak/estilos#readme",
"main": "./build/estilos.js",
"scripts": {
"build": "rm build -rf && babel src -d build --extensions '.ts' && tsc --emitDeclarationOnly",
"doc": "typedoc --out docs src && echo 'include:\n - \"_*_.html\"\n - \"_*_.*.html\"' > ./docs/_config.yml"
},
"keywords": [
"estilos",
"styles",
"css",
"var",
"variable"
],
"author": "Ah Gilak <ah.gilak@outlook.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.12.1",
"babel-preset-minify": "^0.5.1",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
},
"files": [
"README.md",
"build/"
]
}