-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 964 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
37
{
"name": "wp-flush-cache",
"version": "2.0.0",
"description": "Helps to flush different types of cache.",
"scripts": {
"build": "uglifyjs ./public/js/main.js -c -o ./public/js/main.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innocode-digital/wp-flush-cache.git"
},
"author": {
"name": "Innocode",
"email": "post@innocode.no",
"homepage": "https://innocode.com/"
},
"contributors": [
{
"name": "Oleksandr Strikha",
"email": "alex@strikha.com"
},
{
"name": "Viktor Kuliebiakin",
"email": "kuliebiakin@gmail.com"
}
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/innocode-digital/wp-flush-cache/issues"
},
"homepage": "https://github.com/innocode-digital/wp-flush-cache#readme",
"devDependencies": {},
"dependencies": {
"uglify-js": "^3.12.2"
}
}