mirror of
https://github.com/primer/css.git
synced 2024-12-18 11:41:33 +03:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"version": "5.4.1",
|
|
"name": "primer-product",
|
|
"description": "Primer CSS's product modules",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "product",
|
|
"module_type": "meta"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-product",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build",
|
|
"lint": "../../script/lint-scss"
|
|
},
|
|
"dependencies": {
|
|
"primer-alerts": "1.5.1",
|
|
"primer-avatars": "1.4.1",
|
|
"primer-blankslate": "1.4.1",
|
|
"primer-branch-name": "0.0.1",
|
|
"primer-labels": "1.5.1",
|
|
"primer-markdown": "3.7.1",
|
|
"primer-popover": "0.0.1",
|
|
"primer-subhead": "0.0.1",
|
|
"primer-support": "4.4.1"
|
|
}
|
|
}
|