1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00
css/modules/primer-page-sections/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +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",
"primer": {
"category": "marketing",
2017-08-11 02:28:08 +03:00
"module_type": "components"
},
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": {
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint",
"prepublishOnly": "../../script/notify pending",
"publish": "../../script/notify success"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"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"
]
}