2017-09-12 00:28:47 +03:00
|
|
|
{
|
2019-01-08 02:03:45 +03:00
|
|
|
"version": "1.0.10",
|
2017-09-12 00:28:47 +03:00
|
|
|
"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/",
|
2017-09-12 00:28:47 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "product",
|
|
|
|
"module_type": "components"
|
|
|
|
},
|
2017-12-08 00:20:04 +03:00
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"lib",
|
|
|
|
"build"
|
|
|
|
],
|
2017-09-12 00:28:47 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "index.scss",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-09-12 00:28:47 +03:00
|
|
|
"main": "build/index.js",
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-branch-name",
|
2017-09-12 00:28:47 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-09-12 00:28:47 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test-docs": "../../script/test-docs",
|
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
|
|
"prepare": "npm run build",
|
|
|
|
"lint": "../../script/lint-scss",
|
2018-06-29 02:20:51 +03:00
|
|
|
"test": "../../script/npm-run-all build lint test-docs",
|
|
|
|
"prepublishOnly": "../../script/notify pending",
|
2019-01-07 21:55:47 +03:00
|
|
|
"postpublish": "../../script/notify success"
|
2017-09-12 00:28:47 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-08 02:03:45 +03:00
|
|
|
"primer-support": "4.7.1"
|
2017-09-12 00:28:47 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"github",
|
2017-12-08 00:20:04 +03:00
|
|
|
"primer",
|
|
|
|
"design-system"
|
2017-09-12 00:28:47 +03:00
|
|
|
]
|
|
|
|
}
|