mirror of
https://github.com/primer/css.git
synced 2024-12-22 05:31:43 +03:00
42 lines
998 B
JSON
42 lines
998 B
JSON
{
|
|
"version": "0.3.0",
|
|
"name": "primer-cards",
|
|
"description": "Card-like containers to group semantically related content together on marketing websites at GitHub.",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "marketing",
|
|
"module_type": "components"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-cards",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "stylelint **/*.scss -s scss",
|
|
"test": "npm-run-all -s build lint"
|
|
},
|
|
"dependencies": {
|
|
"primer-marketing-support": "1.2.0",
|
|
"primer-support": "4.2.0"
|
|
},
|
|
"keywords": [
|
|
"cards",
|
|
"css",
|
|
"github",
|
|
"primer",
|
|
"primercss",
|
|
"style"
|
|
]
|
|
}
|