1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
css/modules/primer-page-sections/package.json
2017-07-03 16:29:24 -04:00

43 lines
1.0 KiB
JSON

{
"version": "1.0.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": "https://github.com/primer/primer-css/tree/master/modules/primer-page-sections",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-marketing-support": "^1.0.1",
"primer-support": "^4.0.6"
},
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"keywords": [
"css",
"github",
"page sections",
"primer",
"primercss",
"sections",
"style"
]
}