1
1
mirror of https://github.com/primer/css.git synced 2024-12-20 20:51:38 +03:00
css/modules/primer-labels/package.json
2017-05-11 15:07:16 -04:00

39 lines
912 B
JSON

{
"version": "1.1.0",
"name": "primer-labels",
"description": "Labels add metatdata or indicate status of items and navigational elements.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-labels.git",
"bugs": {
"url": "https://github.com/primer/primer-labels/issues"
},
"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"
]
}