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

42 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "0.1.3-mono.0",
2017-05-11 07:56:23 +03:00
"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"
],
2017-06-05 01:33:05 +03:00
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-cards",
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-marketing-support": "*",
"primer-support": "^4.0.1-mono.0"
2017-05-11 07:56:23 +03:00
},
"devDependencies": {
"primer-module-build": "*",
2017-05-11 07:56:23 +03:00
"stylelint": "*",
"stylelint-config-primer": "*"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"cards",
"css",
"github",
"primer",
"primercss",
"style"
]
}