-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
48 lines (48 loc) · 1.21 KB
/
package.json
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
42
43
44
45
46
47
48
{
"name": "html-editor-syntax-highlighter",
"version": "2.4.4",
"description": "Syntax Highlighting in WordPress HTML Editor",
"license": "GPL-2.0",
"author": "Peter Mukhortov (http://mukhortov.com)",
"contributors": [
"James Bradford (http://bradford.digital/)"
],
"homepage": "http://wordpress.org/plugins/html-editor-syntax-highlighter/",
"repository": {
"type": "git",
"url": "https://github.com/arniebradfo/HESH-WordPress-Plugin.git"
},
"bugs": {
"url": "https://github.com/arniebradfo/HESH-WordPress-Plugin/issues"
},
"browserslist": [
"defaults"
],
"dependencies": {
"codemirror": "^5.62.3",
"codemirror-theme-github": "^1.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^3.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.1",
"less-plugin-glob": "^3.0.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"compile": "gulp compile",
"watch": "gulp watch",
"dev": "gulp dev",
"package": "gulp package"
}
}