1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 04:01:49 +03:00
css/modules/primer-marketing-buttons/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

{
"version": "1.0.2",
"name": "primer-marketing-buttons",
"description": "Buttons for marketing websites at GitHub",
2017-11-09 20:41:18 +03:00
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"primer": {
"category": "marketing",
2017-09-07 01:59:46 +03:00
"module_type": "components"
},
"files": [
"index.scss",
"lib",
"build"
],
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing-buttons",
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
2017-10-27 20:24:08 +03:00
"test-docs": "../../script/test-docs",
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
2017-10-27 20:24:08 +03:00
"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.0"
},
"peerDependencies": {
"primer-buttons": ">=2.5.0"
},
"keywords": [
"css",
"github",
"primer",
2017-11-09 20:41:18 +03:00
"design-system",
"style",
"buttons"
]
}