1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 12:12:02 +03:00
css/modules/primer-page-headers/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.4.0",
2017-05-11 07:56:23 +03:00
"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",
"primer": {
"category": "marketing",
2017-08-11 02:28:08 +03:00
"module_type": "components"
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-page-headers",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -s scss",
"test": "npm-run-all -s build lint"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-marketing-support": "1.3.0",
"primer-support": "4.4.0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"css",
"flash",
"github",
"hero",
"jumbotron",
"primer",
"primercss",
"style"
]
}