mirror of
https://github.com/primer/css.git
synced 2024-11-15 02:24:39 +03:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"version": "6.3.3",
|
|
"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",
|
|
"prepublishOnly": "../../script/notify pending",
|
|
"postpublish": "../../script/notify success"
|
|
},
|
|
"dependencies": {
|
|
"primer-marketing-buttons": "1.0.13",
|
|
"primer-marketing-support": "1.5.6",
|
|
"primer-marketing-type": "1.4.13",
|
|
"primer-marketing-utilities": "1.7.3",
|
|
"primer-support": "4.7.2"
|
|
}
|
|
}
|