{ "name": "iro-sass", "version": "1.0.1", "author": "Volpeon ", "license": "MIT", "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", "main": "src/main.scss", "keywords": [ "sass", "scss", "library", "iro", "bem", "bemit", "gradients", "easing", "variables" ], "repository": { "type": "git", "url": "git+https://git.vulpes.one/iro-sass/" }, "homepage": "https://git.vulpes.one/iro-sass/", "devDependencies": { "mocha": "^8.3.2", "nodemon": "^2.0.7", "sass": "^1.32.8", "sass-lint": "^1.12.1", "sass-true": "^6.0.1", "sassdoc": "^2.7.3" }, "scripts": { "prepublishOnly": "npm run test", "lint": "sass-lint '{src,test}/**/*.scss' -q -v || true", "livelint": "nodemon --watch src --watch test -e scss -x 'echo \"BEGIN LINT\" && npm run lint && echo \"END LINT\"'", "doc": "sassdoc src", "test": "mocha test/test.js" } }