-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 980 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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.1",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.1.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.0"
},
"files": [
"themes/*.css"
]
}