2017-05-11 07:56:23 +03:00
|
|
|
{
|
2017-11-16 02:39:23 +03:00
|
|
|
"version": "4.5.0",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-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/",
|
2017-05-11 07:56:23 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
2017-11-08 16:21:09 +03:00
|
|
|
"style": "build/build.css",
|
2017-08-11 02:15:19 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "core",
|
|
|
|
"module_type": "support"
|
|
|
|
},
|
2017-05-11 07:56:23 +03:00
|
|
|
"files": [
|
|
|
|
"index.scss",
|
2017-08-09 23:50:25 +03:00
|
|
|
"lib",
|
|
|
|
"docs"
|
2017-05-11 07:56:23 +03:00
|
|
|
],
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-support",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-09 00:05:33 +03:00
|
|
|
"lint": "../../script/lint-scss",
|
|
|
|
"test": "npm run lint",
|
|
|
|
"build": "../../script/npm-run primer-module-build index.scss"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"primer",
|
|
|
|
"css",
|
|
|
|
"github",
|
2017-11-09 20:41:18 +03:00
|
|
|
"design-system",
|
2017-05-11 07:56:23 +03:00
|
|
|
"mixins",
|
|
|
|
"functions",
|
|
|
|
"variables",
|
|
|
|
"scss"
|
|
|
|
]
|
|
|
|
}
|