1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 11:41:33 +03:00
css/modules/primer-marketing/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "6.2.5",
2017-05-11 07:56:23 +03:00
"name": "primer-marketing",
2017-11-09 20:41:18 +03:00
"description": "Primer marketing packages",
"homepage": "http://primer.github.io/",
2017-05-11 07:56:23 +03:00
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
2017-12-07 23:36:16 +03:00
"sass": "index.scss",
2017-05-11 07:56:23 +03:00
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "meta"
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"build"
],
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing",
2017-05-11 07:56:23 +03:00
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
2017-05-11 07:56:23 +03:00
},
"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",
"publish": "../../script/notify success"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-marketing-buttons": "1.0.9",
"primer-marketing-support": "1.5.3",
"primer-marketing-type": "1.4.9",
"primer-marketing-utilities": "1.6.5",
"primer-page-headers": "1.4.9",
"primer-page-sections": "1.4.9",
"primer-support": "4.6.0",
"primer-tables": "1.4.9"
}
2017-05-11 07:56:23 +03:00
}