github-markdown-css/package.json

34 lines
697 B
JSON
Raw Permalink Normal View History

2014-05-08 02:02:46 +08:00
{
"name": "github-markdown-css",
2015-02-27 17:12:26 +08:00
"version": "2.0.5",
2014-05-08 02:02:46 +08:00
"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": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
2014-11-27 23:20:18 +08:00
"generate": "github-markdown-css !> github-markdown.css"
2014-05-08 02:02:46 +08:00
},
"files": [
"github-markdown.css"
],
"keywords": [
"browser",
2014-05-08 02:02:46 +08:00
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"devDependencies": {
2014-11-27 23:20:18 +08:00
"generate-github-markdown-css": "^1.0.1"
2014-05-08 02:02:46 +08:00
}
}