2017-05-11 07:56:23 +03:00
|
|
|
{
|
2018-11-19 21:43:02 +03:00
|
|
|
"version": "1.5.1",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-page-sections",
|
|
|
|
"description": "Styles to create distinct sections of marketing pages at GitHub.",
|
2017-11-09 20:41:18 +03:00
|
|
|
"homepage": "http://primer.github.io/",
|
2017-05-11 07:56:23 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "build/build.css",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-05-11 07:56:23 +03:00
|
|
|
"main": "build/index.js",
|
2017-08-11 02:17:53 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "marketing",
|
2017-08-11 02:28:08 +03:00
|
|
|
"module_type": "components"
|
2017-08-11 02:17:53 +03:00
|
|
|
},
|
2017-05-11 07:56:23 +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-page-sections",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-09 00:05:33 +03:00
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
2017-06-11 23:06:10 +03:00
|
|
|
"prepare": "npm run build",
|
2017-09-09 00:05:33 +03:00
|
|
|
"lint": "../../script/lint-scss",
|
2018-06-29 02:20:51 +03:00
|
|
|
"test": "../../script/npm-run-all build lint",
|
|
|
|
"prepublishOnly": "../../script/notify pending",
|
|
|
|
"publish": "../../script/notify success"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-19 21:43:02 +03:00
|
|
|
"primer-marketing-support": "1.5.4",
|
|
|
|
"primer-support": "4.7.0"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"github",
|
|
|
|
"page sections",
|
|
|
|
"primer",
|
2017-11-09 20:41:18 +03:00
|
|
|
"design-system",
|
2017-05-11 07:56:23 +03:00
|
|
|
"sections",
|
|
|
|
"style"
|
|
|
|
]
|
|
|
|
}
|