1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 19:51:37 +03:00
css/packages/primer-blankslate/package.json

42 lines
993 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "0.3.5",
"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",
"files": [
"index.scss",
"lib",
"build"
],
2017-06-05 01:33:05 +03:00
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-blankslate",
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",
"prepublish": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "*"
},
"devDependencies": {
"stylelint": "*",
"stylelint-config-primer": "*",
"primer-module-build": "*"
},
"keywords": [
"primer",
"css",
"github",
"primercss",
"blankslate",
"empty",
"content"
]
}