This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/primer-support/package.json

41 lines
965 B
JSON

{
"version": "5.0.0",
"name": "primer-support",
"description": "Sass variables, mixins, and functions for use in our components.",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"sass": "index.scss",
"primer": {
"category": "core",
"module_type": "support"
},
"files": [
"index.scss",
"lib",
"docs"
],
"repository": "https://github.com/primer/primer/tree/master/modules/primer-support",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"lint": "../../script/lint-scss",
"test": "npm run lint",
"build": "../../script/npm-run primer-module-build index.scss",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},
"keywords": [
"primer",
"css",
"github",
"design-system",
"mixins",
"functions",
"variables",
"scss"
]
}