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

39 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "6.0.0",
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",
"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"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-marketing-buttons": "1.0.0",
"primer-marketing-support": "1.3.2",
"primer-marketing-type": "1.4.2",
"primer-marketing-utilities": "1.5.0",
"primer-page-headers": "1.4.2",
"primer-page-sections": "1.4.2",
"primer-support": "4.4.2",
"primer-tables": "1.4.2"
}
2017-05-11 07:56:23 +03:00
}