@vcl/theme
Version:
The VCL default theme
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "@vcl/theme",
"description": "The VCL default theme",
"version": "0.6.3",
"main": "package.json",
"scripts": {
"test": "vcl-preprocessor ./index.sss ./build/test.css",
"browsersync": "browser-sync start --server --files \"demo\" \"build\" --index \"/build/index.html\" ",
"build-demo": "vcl-build-demo --watch --vcl-root=..",
"start": "npm-run-all --parallel build-demo browsersync"
},
"style": "index.sss",
"demoStyle": "demo.sss",
"author": {
"name": "n-fuse GmbH",
"email": "info@n-fuse.co",
"url": "https://www.n-fuse.co"
},
"contributors": [
{
"name": "Thomas Hoppe",
"email": "thomas.hoppe@n-fuse.co"
}
],
"devDependencies": {
"@vcl/build-demo": "^0.6.3",
"@vcl/preprocessor": "^0.6.3",
"browser-sync": "^2.26.3",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5"
},
"license": "MIT",
"keywords": [
"css",
"vcl",
"component",
"default",
"theme"
],
"vcl": {
"categories": [
{
"title": "Themes",
"itemPriority": 10,
"priority": 180
}
]
},
"gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020"
}