arui-cssvars
Version:
Helper for arui-feather css variables
33 lines (32 loc) • 629 B
JSON
{
"name": "arui-cssvars",
"version": "1.2.0",
"description": "Helper for arui-feather css variables",
"main": "index.js",
"scripts": {
"test": "node ./index.js test",
"lint": "stylelint test/*.css"
},
"bin": {
"cssvars": "./bin/cssvars.js"
},
"keywords": [
"css",
"less",
"scss",
"stylelint",
"arui-feather",
"arui-cssvars",
"cssvars"
],
"author": "MadBrozzeR",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/MadBrozzeR/arui-cssvars"
},
"devDependencies": {
"arui-feather": "^13.8.1",
"stylelint": "^10.1.0"
}
}