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

38 lines
1003 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "5.0.1",
2017-05-11 07:56:23 +03:00
"name": "primer-marketing",
"description": "Primer CSS marketing packages",
2017-05-11 07:56:23 +03:00
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"files": [
"index.scss",
"build"
],
2017-06-05 01:33:05 +03:00
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
2017-05-11 07:56:23 +03:00
"test": "npm run build"
},
"dependencies": {
"primer-breadcrumb": "^1.0.1",
"primer-cards": "^0.1.7",
"primer-marketing-support": "^1.0.1",
"primer-marketing-type": "^1.0.1",
"primer-marketing-utilities": "^1.0.1",
"primer-page-headers": "^1.0.1",
"primer-page-sections": "^1.0.1",
"primer-support": "^4.0.6",
"primer-tables": "^1.0.1"
2017-05-11 07:56:23 +03:00
},
"devDependencies": {
"primer-module-build": "*"
}
}