1
1
mirror of https://github.com/primer/css.git synced 2024-12-13 06:38:07 +03:00
css/modules/primer-popover/package.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2017-10-26 23:31:29 +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",
"test": "../../script/npm-run-all build lint test-docs",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
2017-10-26 23:31:29 +03:00
},
"dependencies": {
"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
]
}