1
1
mirror of https://github.com/primer/css.git synced 2024-12-20 04:32:21 +03:00
css/modules/primer-page-headers/package.json
2017-07-26 15:14:47 -07:00

41 lines
971 B
JSON

{
"version": "1.1.1",
"name": "primer-page-headers",
"description": "Jumbotrons, heroes, and featured content sections for marketing websites 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-headers",
"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-marketing-support": "^1.1.0",
"primer-support": "^4.1.1"
},
"devDependencies": {},
"keywords": [
"css",
"flash",
"github",
"hero",
"jumbotron",
"primer",
"primercss",
"style"
]
}