1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +03:00
css/modules/primer-branch-name/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

{
"version": "1.0.10",
"name": "primer-branch-name",
"description": "A nice, consistent way to display branch names.",
2017-11-09 20:41:18 +03:00
"homepage": "http://primer.github.io/",
"primer": {
"category": "product",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
"build"
],
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
2017-12-07 23:36:16 +03:00
"sass": "index.scss",
"main": "build/index.js",
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-branch-name",
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"test-docs": "../../script/test-docs",
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint test-docs",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},
"dependencies": {
"primer-support": "4.7.1"
},
"keywords": [
"github",
"primer",
"design-system"
]
}