forked from godaddy-wordpress/block-unit-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 756 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 756 Bytes
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
{
"name": "block-unit-test",
"title": "Block Unit Test",
"version": "1.0.6",
"private": true,
"author": "Rich Tabor",
"author_shop": "ThatPluginCompany",
"requires": "4.9",
"tested_up_to": "5.1",
"license": "GPL-3.0",
"downloadid": "",
"description": "The Block Unit Test plugin creates a page for WordPress theme authors to prepare their WordPress themes for Gutenberg. Test nearly every variation of core blocks within Gutenberg.",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-copy": "^1.0.1",
"gulp-notify": "^3.2.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.11.0",
"gulp-wp-pot": "^1.2.2",
"gulp-zip": "^4.0.0"
}
}