-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.19 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
32
33
34
35
36
37
38
39
{
"title": "Block Uploading Images for WP Offload Media",
"name": "wp-offload-s3-filter-image-file-types",
"description": "Stops images from uploading directly to your choice of CDN storage service.",
"version": "1.0.1",
"private": false,
"contributors": [
"sebd86"
],
"author": "Sébastien Dumont",
"author_uri": "https://sebastiendumont.com",
"homepage": "https://wordpress.org/plugins/wp-offload-s3-filter-image-file-types/",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/seb86/block-uploading-images-for-wp-offload-media"
},
"bugs": {
"url": "https://github.com/seb86/block-uploading-images-for-wp-offload-media/issues"
},
"requires_php": "5.6",
"requires": "4.4",
"tested_up_to": "5.1",
"license": "GPL-2.0",
"copyright": "Copyright (c) 2019, Sébastien Dumont",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-newer": "~1.3.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "~4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}