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

40 lines
977 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.2.0",
2017-05-11 07:56:23 +03:00
"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-css/tree/master/modules/primer-labels",
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",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"test": "npm run build && npm run lint"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-support": "^4.1.0"
2017-05-11 07:56:23 +03:00
},
"devDependencies": {
"primer-module-build": "*",
2017-07-15 02:27:20 +03:00
"stylelint": "^7.13.0",
"stylelint-config-primer": "^2.0.0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}