{ "name": "sass-planifolia", "version": "1.0.0", "description": "Vanilla Sass helper functions", "main": "index.js", "devDependencies": { "mocha": "^9.2.0", "sass": "^1.51.0", "sassdoc": "^2.7.3" }, "scripts": { "test": "mocha", "docs": "sassdoc sass" }, "keywords": [ "sass" ], "repository": { "type": "git", "url": "git+https://github.com/xi/sass-planifolia.git" }, "files": [ "sass" ], "author": "Tobias Bengfort ", "license": "MIT" }