mxkit
Version:
A Lightweight Sass Mixin & Function library.
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "mxkit",
"description": "A Lightweight Sass Mixin & Function library.",
"version": "1.0.0-alpha.1",
"author": "Elias Early-Manchester",
"license": "MIT",
"homepage": "https://github.com/eliasearlym/mixkit#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/eliasearlym/mixkit.git"
},
"keywords": [
"css",
"scss",
"sass",
"flexbox",
"sass-mixins",
"sass-library",
"sass-framework",
"mixkit"
],
"bugs": {
"url": "https://github.com/eliasearlym/mixkit/issues"
},
"devDependencies": {
"sass": "^1.32.8",
"stylelint": "^13.11.0",
"stylelint-config-reflex": "^1.4.1"
},
"peerDependencies": {
"stylelint": "^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
},
"scripts": {
"watch": "sass --style expanded --no-error-css --no-source-map --watch test/ src/:test/ --load-path=src"
},
"files": []
}