-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 908 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
33
{
"name": "zumedia",
"version": "2.3.3",
"testedWP": "5.9.0",
"requiresPHP": ">=7.2.0",
"author": "Dmitry Rudakov",
"description": "Enhances WordPress Media Library with some features (folders, dominant color, location category and others).",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/picasso/zu-media.git"
},
"keywords": [
"wordpress",
"media",
"plugin",
"gutenberg",
"responsive"
],
"scripts": {},
"devDependencies": {
"@wordpress/eslint-plugin": "^7.4.0",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"replace-in-file": "^6.2.0",
"typescript": "^4.2.3"
},
"dependencies": {
"classnames": "^2.2.6"
},
"optionalDependencies": {}
}