UNPKG

sassyons

Version:
43 lines (42 loc) 1.33 kB
{ "name": "sassyons", "version": "4.2.1", "description": "Inspired by Tachyons", "main": "./dist/sassyons.min.css", "style": "./scss/sassyons.scss", "_why_the_style_field": "http://bit.ly/2KsXMbY, http://bit.ly/2KvdIL4 - postcss-import (and others) use the `style` field to resolve CSS packages.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node compile-assets.js", "prepublishOnly": "npm run lint", "lint": "npm run build && stylelint ./dist/sassyons.css && echo \"Linting passed!\"", "lint-only": "stylelint ./dist/sassyons.css && echo \"Linting passed!\"" }, "keywords": [ "sassyons", "tachyons", "css", "sass", "scss" ], "author": "Qodesmith", "email": "theqodesmith@gmail.com", "repository": { "type": "git", "url": "https://github.com/qodesmith/sassyons" }, "license": "MIT", "devDependencies": { "fs-extra": "^9.0.1", "node-sass": "^5.0.0", "postcss": "^8.2.1", "postcss-colormin": "^4.0.3", "postcss-combine-duplicated-selectors": "^10.0.2", "postcss-combine-media-query": "^1.0.1", "postcss-convert-values": "^4.0.1", "postcss-discard-comments": "^4.0.2", "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "stylelint-csstree-validator": "^1.9.0" } }