UNPKG

andromeda-sass

Version:

Lightweight SASS utility library that is heavily inspired by Bourbon.

38 lines (37 loc) 1.01 kB
{ "name": "andromeda-sass", "version": "0.0.0-semantically-released", "description": "Lightweight SASS utility library that is heavily inspired by Bourbon.", "main": "src/index.js", "scripts": { "commit": "git-cz", "test": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/HarrisRobin/Andromeda.git" }, "keywords": [ "SASS", "MIXINS", "UTILITY" ], "author": "Harris Robin Kalash <harrisrobinkalash@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/HarrisRobin/Andromeda/issues" }, "homepage": "https://github.com/HarrisRobin/Andromeda", "devDependencies": { "commitizen": "2.5.0", "cz-conventional-changelog": "1.1.5", "semantic-release": "^4.3.5" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" }, "dependencies": { "bourbon": "4.2.6" } }