1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 11:41:33 +03:00
css/modules/primer-blankslate/package.json
Shawn Allen bebb56ba4a Revert "Merge branch 'dev' into master"
This reverts commit e15e1fdcaf, reversing
changes made to b0099723c7.
2017-09-20 21:21:19 -07:00

42 lines
957 B
JSON

{
"version": "1.3.0",
"name": "primer-blankslate",
"description": "Blankslates are for when there is a lack of content within a page or section.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-blankslate",
"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.3.0"
},
"keywords": [
"primer",
"css",
"github",
"primercss",
"blankslate",
"empty",
"content"
]
}