1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 12:12:02 +03:00
css/modules/primer-marketing/package.json
2017-12-18 15:35:33 -08:00

40 lines
1.0 KiB
JSON

{
"version": "6.1.0",
"name": "primer-marketing",
"description": "Primer marketing packages",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"sass": "index.scss",
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "meta"
},
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build",
"lint": "../../script/lint-scss"
},
"dependencies": {
"primer-marketing-buttons": "1.0.3",
"primer-marketing-support": "1.4.0",
"primer-marketing-type": "1.4.4",
"primer-marketing-utilities": "1.6.0",
"primer-page-headers": "1.4.4",
"primer-page-sections": "1.4.4",
"primer-support": "4.5.1",
"primer-tables": "1.4.4"
}
}