github-markdown-css/package.json
Sindre Sorhus b2549d5d3b 1.1.1
2014-09-01 01:14:13 +02:00

54 lines
1.0 KiB
JSON

{
"name": "github-markdown-css",
"version": "1.1.1",
"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"
},
"bin": {
"github-markdown-css": "cli.js"
},
"contributors": [
{
"name": "Benjamin Tan",
"email": "demoneaux@gmail.com",
"url": "http://d10.github.io/"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"generate": "node cli.js !> github-markdown.css"
},
"files": [
"index.js",
"cli.js",
"github-markdown.css"
],
"keywords": [
"cli",
"bin",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"dependencies": {
"cheerio": "^0.17.0",
"css": "^2.0.0",
"got": "^1.0.0",
"uncss": "^0.8.3"
},
"devDependencies": {
"mocha": "*"
}
}