1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 12:12:02 +03:00
css/modules/primer-marketing-support/package.json

37 lines
846 B
JSON
Raw Normal View History

{
"version": "1.3.3",
"name": "primer-marketing-support",
"description": "Sass variables, mixins, and functions for use in our components.",
2017-11-09 20:41:18 +03:00
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"primer": {
"category": "marketing",
"module_type": "support"
},
"files": [
"index.scss",
"lib"
],
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-support",
"bugs": {
2017-11-09 20:41:18 +03:00
"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",
2017-11-09 20:41:18 +03:00
"design-system",
"mixins",
"functions",
"variables",
"scss"
]
}