github-markdown-css/package.json

35 lines
718 B
JSON
Raw Permalink Normal View History

2014-05-08 02:02:46 +08:00
{
2017-10-15 14:56:03 +08:00
"name": "github-markdown-css",
"version": "2.9.0",
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"license": "MIT",
"repository": "sindresorhus/github-markdown-css",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"main": "github-markdown.css",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"make": "github-markdown-css > github-markdown.css"
},
"files": [
"github-markdown.css"
],
"keywords": [
"browser",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"devDependencies": {
"generate-github-markdown-css": "^2.1.0"
}
2014-05-08 02:02:46 +08:00
}