mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"version": "0.1.5",
|
|
"name": "primer-popover",
|
|
"description": "Popover for suggesting, guiding, and bringing attention to specific UI elements on a page.",
|
|
"homepage": "http://primer.github.io/",
|
|
"primer": {
|
|
"category": "product",
|
|
"module_type": "components"
|
|
},
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "index.scss",
|
|
"sass": "index.scss",
|
|
"main": "build/index.js",
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-popover",
|
|
"bugs": {
|
|
"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",
|
|
"publish": "../../script/notify success"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.6.1"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"primer"
|
|
]
|
|
}
|