UNPKG

prism-themes

Version:

Additional themes for the Prism syntax highlighting library.

27 lines (26 loc) 730 B
{ "name": "prism-themes", "version": "1.6.0", "description": "Additional themes for the Prism syntax highlighting library.", "scripts": { "lint": "stylelint \"themes/*.css\"", "lint-fix": "stylelint \"themes/*.css\" --fix", "test": "npm run lint && gulp check" }, "repository": { "type": "git", "url": "git+https://github.com/prismjs/prism-themes.git" }, "author": "Lea Verou", "license": "MIT", "bugs": { "url": "https://github.com/prismjs/prism-themes/issues" }, "homepage": "https://github.com/prismjs/prism-themes#readme", "devDependencies": { "capture-website": "^0.4.0", "gulp": "^4.0.2", "stylelint": "^12.0.0", "stylelint-config-standard": "^19.0.0" } }