UNPKG

917 BJSONView Raw
1{
2 "name": "prism-themes",
3 "version": "1.9.0",
4 "description": "Additional themes for the Prism syntax highlighting library.",
5 "main": "index.js",
6 "scripts": {
7 "build": "gulp minify",
8 "lint": "stylelint \"themes/*.css\"",
9 "lint-fix": "stylelint \"themes/*.css\" --fix",
10 "test": "npm run lint && gulp check",
11 "prepublishOnly": "npm run build"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/prismjs/prism-themes.git"
16 },
17 "author": "Lea Verou",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/prismjs/prism-themes/issues"
21 },
22 "homepage": "https://github.com/prismjs/prism-themes#readme",
23 "devDependencies": {
24 "capture-website": "^0.4.0",
25 "gulp": "^4.0.2",
26 "gulp-clean-css": "^4.3.0",
27 "gulp-rename": "^2.0.0",
28 "stylelint": "^12.0.0",
29 "stylelint-config-standard": "^19.0.0"
30 },
31 "files": [
32 "themes/*.css"
33 ]
34}