1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00
css/packages/primer-cards/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "0.1.2",
"name": "primer-cards",
"description": "Card-like containers to group semantically related content together on 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": {
"type": "git",
"url": "https://github.com/primer/primer-css.git"
},
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": "*",
"primer-marketing-support": "*"
},
"devDependencies": {
"stylelint": "*",
"stylelint-config-primer": "*",
"primer-module-build": "*"
},
"keywords": [
"cards",
"css",
"github",
"primer",
"primercss",
"style"
]
}