mirror of
https://github.com/primer/css.git
synced 2024-11-11 15:16:03 +03:00
40 lines
913 B
JSON
40 lines
913 B
JSON
{
|
|
"version": "1.3.0",
|
|
"name": "primer-layout",
|
|
"description": "Containers, rows, and columns for creating page layout.",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "index.scss",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "core",
|
|
"module_type": "objects"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build",
|
|
"docs"
|
|
],
|
|
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-layout",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "../../script/lint-scss",
|
|
"test": "../../script/npm-run-all build lint"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.3.0"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"primercss"
|
|
]
|
|
}
|