1
1
mirror of https://github.com/primer/css.git synced 2024-12-30 09:36:07 +03:00
css/modules/primer-product/package.json

36 lines
904 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
2017-07-25 00:48:19 +03:00
"version": "5.1.1",
2017-05-11 07:56:23 +03:00
"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/modules/primer-product",
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": {
2017-07-25 00:48:19 +03:00
"primer-alerts": "^1.2.1",
"primer-avatars": "^1.1.1",
"primer-blankslate": "^1.1.1",
"primer-labels": "^1.2.1",
"primer-markdown": "^3.4.1",
"primer-support": "^4.1.1"
2017-05-11 07:56:23 +03:00
},
"devDependencies": {
"primer-module-build": "*",
"stylelint-config-primer": "^2.0.0"
2017-05-11 07:56:23 +03:00
}
}