1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 20:21:38 +03:00
css/modules/primer-markdown/package.json
2017-07-12 11:33:05 -07:00

44 lines
1012 B
JSON

{
"version": "3.3.13",
"name": "primer-markdown",
"description": "GitHub stylesheets for rendering markdown.",
"homepage": "https://github.com/primer/primer-markdown",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-markdown",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"test": "npm run build && npm run lint"
},
"dependencies": {
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"keywords": [
"github",
"markdown",
"css",
"scss",
"primer",
"style",
"stylesheets",
"md"
]
}