mirror of
https://github.com/primer/css.git
synced 2024-12-18 19:51:37 +03:00
35 lines
843 B
JSON
35 lines
843 B
JSON
{
|
|
"version": "5.2.0",
|
|
"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"
|
|
},
|
|
"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": "primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"primer-alerts": "1.3.0",
|
|
"primer-avatars": "1.2.0",
|
|
"primer-blankslate": "1.2.0",
|
|
"primer-labels": "1.3.0",
|
|
"primer-markdown": "3.5.0",
|
|
"primer-support": "4.2.0"
|
|
}
|
|
}
|