1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
css/modules/primer-support/package.json
2017-12-07 15:17:47 -05:00

38 lines
838 B
JSON

{
"version": "4.5.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",
"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"
},
"keywords": [
"primer",
"css",
"github",
"design-system",
"mixins",
"functions",
"variables",
"scss"
]
}