mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.6",
|
|
"name": "primer-marketing-buttons",
|
|
"description": "Buttons for marketing websites at GitHub",
|
|
"homepage": "http://primer.github.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"sass": "index.scss",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "marketing",
|
|
"module_type": "components"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-buttons",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer/issues"
|
|
},
|
|
"scripts": {
|
|
"test-docs": "../../script/test-docs",
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "../../script/lint-scss",
|
|
"test": "../../script/npm-run-all build lint test-docs"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"primer-buttons": "2.5.5"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"github",
|
|
"primer",
|
|
"design-system",
|
|
"style",
|
|
"buttons"
|
|
]
|
|
}
|