forked from JunglePlugins/User-Menus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
{
"name": "user-menus",
"version": "1.3.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp prebuild",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Jungle-Plugins/User-Menus.git"
},
"author": "Daniel Iser",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Jungle-Plugins/User-Menus/issues"
},
"homepage": "https://wordpress.org/plugins/user-menus/",
"engines": {
"node": "^10.0"
},
"dependencies": {
"gulp-clean-css": "^3.10.0",
"gulp-sane-watch": "^2.0.6",
"gulp-scss-lint": "^0.7.1"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean": "^0.4.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^3.0.1",
"gulp-filter": "^5.1.0",
"gulp-git": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^4.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "^2.3.2",
"gulp-zip": "^4.2.0",
"jshint": "^2.9.1",
"merge-stream": "^1.0.1",
"notify-send": "^0.1.2",
"run-sequence": "^2.2.1"
}
}