1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 14:13:14 +03:00
css/packages/primer-product/package.json
broccolini e3ccf3b163 Publish
- primer-alerts@1.1.5
 - primer-avatars@0.4.9
 - primer-base@1.1.2
 - primer-blankslate@0.3.8
 - primer-box@2.1.5
 - primer-breadcrumb@0.1.4
 - primer-buttons@2.0.3
 - primer-cards@0.1.5
 - primer-core@4.0.2
 - primer-css@7.0.0-rc.3
 - primer-forms@1.0.10
 - primer-labels@1.1.3
 - primer-layout@1.0.2
 - primer-markdown@3.3.10
 - primer-marketing-support@0.5.3
 - primer-marketing-type@0.2.3
 - primer-marketing-utilities@0.1.7
 - primer-marketing@4.0.2
 - primer-navigation@1.0.3
 - primer-page-headers@0.1.4
 - primer-page-sections@0.1.4
 - primer-product@4.0.2
 - primer-support@4.0.4
 - primer-table-object@1.0.6
 - primer-tables@0.1.5
 - primer-tooltips@0.5.7
 - primer-truncate@0.3.5
 - primer-utilities@4.3.2
2017-06-23 19:20:50 -04:00

35 lines
865 B
JSON

{
"version": "4.0.2",
"name": "primer-product",
"description": "Primer CSS's product modules",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-product",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build"
},
"dependencies": {
"primer-alerts": "^1.1.5",
"primer-avatars": "^0.4.9",
"primer-blankslate": "^0.3.8",
"primer-labels": "^1.1.3",
"primer-markdown": "^3.3.10",
"primer-support": "^4.0.4"
},
"devDependencies": {
"primer-module-build": "*"
}
}