1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 04:01:49 +03:00
css/modules/primer-marketing/package.json
2017-08-10 19:17:53 -04:00

38 lines
990 B
JSON

{
"version": "5.2.0",
"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",
"primer": {
"category": "marketing"
},
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/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": "^1.2.0",
"primer-cards": "^0.3.0",
"primer-marketing-support": "^1.2.0",
"primer-marketing-type": "^1.2.0",
"primer-marketing-utilities": "^1.2.0",
"primer-page-headers": "^1.2.0",
"primer-page-sections": "^1.2.0",
"primer-support": "^4.2.0",
"primer-tables": "^1.2.0"
}
}