UNPKG

@jongwooo/prism-theme-github

Version:

Prism syntax highlighter themes based on GitHub's style.

42 lines (41 loc) 980 B
{ "name": "@jongwooo/prism-theme-github", "description": "Prism syntax highlighter themes based on GitHub's style.", "version": "1.15.1", "main": "index.js", "scripts": { "build": "gulp minify", "prepublishOnly": "gulp minify", "lint": "stylelint \"themes/*.css\"", "lint:fix": "stylelint \"themes/*.css\" --fix" }, "keywords": [ "github", "theme", "prism", "syntax highlighter", "github-theme", "github-themes", "prism-theme", "prism-themes" ], "repository": { "type": "git", "url": "https://github.com/jongwooo/prism-theme-github.git" }, "bugs": { "url": "https://github.com/jongwooo/prism-theme-github" }, "author": "jongwooo <han980817@gmail.com>", "license": "MIT", "devDependencies": { "gulp": "^5.0.0", "gulp-clean-css": "^4.3.0", "gulp-rename": "^2.0.0", "stylelint": "^16.12.0", "stylelint-config-standard": "^37.0.0" }, "files": [ "themes/*.css" ] }