mirror of
https://github.com/primer/css.git
synced 2024-11-25 07:33:41 +03:00
53f40efbdc
- primer-css@7.0.0-5 - primer-marketing@4.0.0-5
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"version": "4.0.0-5",
|
|
"name": "primer-marketing",
|
|
"description": "Primer CSS marketing packages",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"main": "build/index.js",
|
|
"files": [
|
|
"index.scss",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"primer-breadcrumb": "^0.1.2-alpha.2",
|
|
"primer-cards": "^0.1.3-alpha.2",
|
|
"primer-marketing-support": "^0.5.1-0",
|
|
"primer-marketing-type": "^0.2.1-alpha.2",
|
|
"primer-marketing-utilities": "^0.1.5-alpha.2",
|
|
"primer-page-headers": "^0.1.2-alpha.2",
|
|
"primer-page-sections": "^0.1.2-alpha.2",
|
|
"primer-support": "^4.0.2-1",
|
|
"primer-tables": "^0.1.3-alpha.2"
|
|
},
|
|
"devDependencies": {
|
|
"primer-module-build": "*"
|
|
}
|
|
}
|