-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"name": "debug-using-ngrok",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://codecanyon.net/user/divdojo/portfolio Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@wordpress/browserslist-config": "^3.0.1",
"browser-sync": "^2.26.14",
"browserslist": "^4.16.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-terser": "^2.0.1",
"gulp-zip": "^5.0.2",
"node-sass": "^5.0.0"
}
}