-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
{
"name": "ac-form-codeable",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: adriandegrafreak Requires at least: 3.0.1 Tested up to: 5.6 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "gulpfile.js",
"devDependencies": {
"@wordpress/eslint-plugin": "^7.3.0",
"@wordpress/scripts": "^26.2.0",
"eslint": "^7.12.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "gulp styles && gulp scripts",
"start": "wp-scripts start",
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adriacobo/ac-form-codeable.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adriacobo/ac-form-codeable/issues"
},
"homepage": "https://github.com/adriacobo/ac-form-codeable#readme"
}