2017-05-11 07:56:23 +03:00
|
|
|
{
|
2017-08-01 00:05:28 +03:00
|
|
|
"version": "5.2.0",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-product",
|
|
|
|
"description": "Primer CSS's product modules",
|
|
|
|
"homepage": "http://primercss.io/",
|
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "build/build.css",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"build"
|
|
|
|
],
|
2017-07-03 23:29:24 +03:00
|
|
|
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-product",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-05-11 22:51:47 +03:00
|
|
|
"url": "https://github.com/primer/primer-css/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "primer-module-build index.scss",
|
2017-06-11 19:30:53 +03:00
|
|
|
"prepare": "npm run build",
|
2017-05-11 07:56:23 +03:00
|
|
|
"test": "npm run build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-08-10 01:10:30 +03:00
|
|
|
"primer-alerts": "1.3.0",
|
|
|
|
"primer-avatars": "1.2.0",
|
|
|
|
"primer-blankslate": "1.2.0",
|
|
|
|
"primer-labels": "1.3.0",
|
|
|
|
"primer-markdown": "3.5.0",
|
|
|
|
"primer-support": "4.2.0"
|
2017-08-01 00:05:28 +03:00
|
|
|
}
|
2017-05-11 07:56:23 +03:00
|
|
|
}
|