2017-09-07 01:16:14 +03:00
|
|
|
{
|
2017-12-18 22:41:05 +03:00
|
|
|
"version": "1.0.3",
|
2017-09-07 01:16:14 +03:00
|
|
|
"name": "primer-marketing-buttons",
|
|
|
|
"description": "Buttons for marketing websites at GitHub",
|
2017-11-09 20:41:18 +03:00
|
|
|
"homepage": "http://primer.github.io/",
|
2017-09-07 01:16:14 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "build/build.css",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-09-07 01:16:14 +03:00
|
|
|
"main": "build/index.js",
|
|
|
|
"primer": {
|
|
|
|
"category": "marketing",
|
2017-09-07 01:59:46 +03:00
|
|
|
"module_type": "components"
|
2017-09-07 01:16:14 +03:00
|
|
|
},
|
|
|
|
"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",
|
2017-09-07 01:16:14 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-09-07 01:16:14 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-10-27 20:24:08 +03:00
|
|
|
"test-docs": "../../script/test-docs",
|
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
2017-09-07 01:16:14 +03:00
|
|
|
"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"
|
2017-09-07 01:16:14 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-18 22:41:05 +03:00
|
|
|
"primer-support": "4.5.1"
|
2017-09-07 01:16:14 +03:00
|
|
|
},
|
2017-11-08 00:38:27 +03:00
|
|
|
"peerDependencies": {
|
2017-11-14 22:52:25 +03:00
|
|
|
"primer-buttons": ">=2.5.0"
|
2017-11-08 00:38:27 +03:00
|
|
|
},
|
2017-09-07 01:16:14 +03:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"github",
|
|
|
|
"primer",
|
2017-11-09 20:41:18 +03:00
|
|
|
"design-system",
|
2017-09-07 01:16:14 +03:00
|
|
|
"style",
|
|
|
|
"buttons"
|
|
|
|
]
|
|
|
|
}
|