2017-10-26 23:31:29 +03:00
|
|
|
{
|
2019-01-12 01:33:26 +03:00
|
|
|
"version": "0.1.8",
|
2017-10-27 18:14:00 +03:00
|
|
|
"name": "primer-popover",
|
2017-10-26 23:31:29 +03:00
|
|
|
"description": "Popover for suggesting, guiding, and bringing attention to specific UI elements on a page.",
|
2017-11-09 20:41:18 +03:00
|
|
|
"homepage": "http://primer.github.io/",
|
2017-10-26 23:31:29 +03:00
|
|
|
"primer": {
|
2017-10-27 18:14:00 +03:00
|
|
|
"category": "product",
|
2017-10-26 23:31:29 +03:00
|
|
|
"module_type": "components"
|
|
|
|
},
|
2017-10-27 18:14:00 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "index.scss",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-10-27 18:14:00 +03:00
|
|
|
"main": "build/index.js",
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-popover",
|
2017-10-26 23:31:29 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-10-26 23:31:29 +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-10-26 23:31:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-12 01:33:26 +03:00
|
|
|
"primer-support": "4.7.2"
|
2017-10-26 23:31:29 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"github",
|
2017-10-27 18:14:00 +03:00
|
|
|
"primer"
|
2017-10-26 23:31:29 +03:00
|
|
|
]
|
|
|
|
}
|