1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 03:31:43 +03:00
css/modules/primer-product/package.json
Emily b67416b50f Publish
- primer-marketing-buttons@1.0.9
 - primer-marketing@6.2.5
 - primer-popover@0.1.4
 - primer-product@5.6.7
 - primer@10.8.1
2018-08-02 11:02:13 -07:00

43 lines
1.1 KiB
JSON

{
"version": "5.6.7",
"name": "primer-product",
"description": "Primer's product modules",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"sass": "index.scss",
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "meta"
},
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer/tree/master/modules/primer-product",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build",
"lint": "../../script/lint-scss",
"prepublishOnly": "../../script/notify pending",
"publish": "../../script/notify success"
},
"dependencies": {
"primer-alerts": "1.5.9",
"primer-avatars": "1.5.6",
"primer-blankslate": "1.4.9",
"primer-branch-name": "1.0.7",
"primer-labels": "1.5.9",
"primer-markdown": "3.7.9",
"primer-popover": "0.1.4",
"primer-subhead": "1.0.7",
"primer-support": "4.6.0"
}
}