mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"version": "0.1.1",
|
|
"name": "primer-page-sections",
|
|
"description": "Styles to create distinct sections of marketing pages at GitHub.",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"main": "build/index.js",
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/primer/primer-css.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "*",
|
|
"primer-marketing-support": "*"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "*",
|
|
"stylelint-config-primer": "*",
|
|
"primer-module-build": "*"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"github",
|
|
"page sections",
|
|
"primer",
|
|
"primercss",
|
|
"sections",
|
|
"style"
|
|
]
|
|
}
|