2017-05-11 07:56:23 +03:00
|
|
|
{
|
2017-11-16 02:39:23 +03:00
|
|
|
"version": "5.6.0",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-product",
|
2017-11-09 20:41:18 +03:00
|
|
|
"description": "Primer's product modules",
|
|
|
|
"homepage": "http://primer.github.io/",
|
2017-05-11 07:56:23 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "build/build.css",
|
|
|
|
"main": "build/index.js",
|
2017-08-11 02:17:41 +03:00
|
|
|
"primer": {
|
2017-08-24 01:20:05 +03:00
|
|
|
"category": "product",
|
|
|
|
"module_type": "meta"
|
2017-08-11 02:17:41 +03:00
|
|
|
},
|
2017-05-11 07:56:23 +03:00
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"build"
|
|
|
|
],
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-product",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-09 00:05:33 +03:00
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
2017-06-11 19:30:53 +03:00
|
|
|
"prepare": "npm run build",
|
2017-09-09 00:05:33 +03:00
|
|
|
"test": "npm run build",
|
|
|
|
"lint": "../../script/lint-scss"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-16 02:39:23 +03:00
|
|
|
"primer-alerts": "1.5.3",
|
|
|
|
"primer-avatars": "1.5.0",
|
|
|
|
"primer-blankslate": "1.4.3",
|
|
|
|
"primer-branch-name": "1.0.1",
|
|
|
|
"primer-labels": "1.5.3",
|
|
|
|
"primer-markdown": "3.7.3",
|
|
|
|
"primer-popover": "0.0.4",
|
|
|
|
"primer-subhead": "1.0.1",
|
|
|
|
"primer-support": "4.5.0"
|
2017-08-01 00:05:28 +03:00
|
|
|
}
|
2017-05-11 07:56:23 +03:00
|
|
|
}
|