1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 11:41:33 +03:00
css/modules/primer-product/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "5.4.1",
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",
"primer": {
"category": "product",
"module_type": "meta"
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-product",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build",
"lint": "../../script/lint-scss"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-alerts": "1.5.1",
"primer-avatars": "1.4.1",
"primer-blankslate": "1.4.1",
"primer-branch-name": "0.0.1",
"primer-labels": "1.5.1",
"primer-markdown": "3.7.1",
2017-11-08 01:19:06 +03:00
"primer-popover": "0.0.1",
"primer-subhead": "0.0.1",
"primer-support": "4.4.1"
}
2017-05-11 07:56:23 +03:00
}