-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 913 Bytes
/
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
{
"name": "Sitebar for WPBakery",
"version": "1.0",
"description": "Enhanced UI for WPBakery Page Builder with a sidebar navigation and panels.",
"homepage": "https://wordpress.org/plugins/sidebar-navigation-for-wpbakery/",
"repository": {
"type": "git",
"url": "https://github.com/nikitahl/sidebar-for-wpbakery.git"
},
"author": "Nikita Hlopov",
"license": "http://www.gnu.org/licenses/gpl-3.0.html\n",
"bugs": {
"url": "https://github.com/nikitahl/sidebar-for-wpbakery/issues"
},
"main": "",
"scripts": {
"build": "gulp --development",
"build-prod": "gulp --production",
"watch": "gulp watch --development"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-mode": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"fancy-log": "^2.0.0"
}
}