1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 06:02:33 +03:00
css/packages/primer-marketing/package.json
broccolini c421f7d45b Publish
- primer-core@3.0.1-next.0
 - primer-css@6.0.1-next.0
 - primer-marketing@3.0.1-next.0
 - primer-product@3.0.1-next.0
2017-06-11 15:32:35 -04:00

40 lines
1.1 KiB
JSON

{
"version": "3.0.1-next.0",
"name": "primer-marketing",
"description": "Primer CSS's marketing modules",
"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-monotest.0",
"primer-cards": "^0.1.3-monotest.0",
"primer-marketing-support": "^0.5.0",
"primer-marketing-type": "^0.2.1-monotest.0",
"primer-page-headers": "^0.1.2-monotest.0",
"primer-page-sections": "^0.1.2-monotest.0",
"primer-support": "^4.0.1-monotest.0",
"primer-tables": "^0.1.3-monotest.0"
},
"peerDependencies": {
"primer-core": "^3.0.0"
},
"devDependencies": {
"primer-module-build": "*"
}
}