mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
b686de75e4
- primer-core@6.10.6 - primer-utilities@4.14.1 - primer@10.10.2 - primer-module-build@1.0.8 - stylelint-config-primer@3.0.1 - stylelint-selector-no-utility@2.0.1
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"version": "4.14.1",
|
|
"name": "primer-utilities",
|
|
"description": "Immutable, atomic CSS classes to rapidly build product",
|
|
"homepage": "http://primer.github.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"sass": "index.scss",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "core",
|
|
"module_type": "utilities"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build",
|
|
"docs"
|
|
],
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-utilities",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "../../script/lint-scss",
|
|
"test": "../../script/npm-run-all build lint",
|
|
"prepublishOnly": "../../script/notify pending",
|
|
"publish": "../../script/notify success"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.7.0"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"design-system"
|
|
]
|
|
}
|