-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
36 lines (36 loc) · 973 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
34
35
36
{
"name": "multisite-global-media",
"version": "0.2.0",
"description": "Multisite Global Media is a WordPress plugin which shares media across the Multisite network.",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bueltge/multisite-global-media.git"
},
"keywords": [
"wordpress",
"muplugin",
"multisite"
],
"author": "Frank Bültge <f.bueltge@inpsyde.com>",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/bueltge/multisite-global-media/issues"
},
"homepage": "https://github.com/bueltge/multisite-global-media#readme.md",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-help-doc": "^1.1.1",
"gulp-phpunit": "^0.26.0",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.0",
"pump": "^3.0.0"
}
}