mirror of
https://github.com/primer/css.git
synced 2024-12-18 19:51:37 +03:00
39 lines
916 B
JSON
39 lines
916 B
JSON
|
{
|
||
|
"version": "2.1.2",
|
||
|
"name": "primer-box",
|
||
|
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
|
||
|
"homepage": "http://primercss.io/",
|
||
|
"author": "GitHub, Inc.",
|
||
|
"license": "MIT",
|
||
|
"style": "index.scss",
|
||
|
"main": "build/index.js",
|
||
|
"files": [
|
||
|
"index.scss",
|
||
|
"lib",
|
||
|
"build"
|
||
|
],
|
||
|
"repository": "https://github.com/primer/primer-box.git",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/primer/primer-box/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": "*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"stylelint": "*",
|
||
|
"stylelint-config-primer": "*",
|
||
|
"primer-module-build": "*"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"primer",
|
||
|
"css",
|
||
|
"github",
|
||
|
"primercss"
|
||
|
]
|
||
|
}
|