1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00
css/modules/primer-layout/package.json
2017-08-10 19:16:57 -04:00

40 lines
887 B
JSON

{
"version": "1.2.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": "object"
},
"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": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -s scss",
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}