-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 981 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
38
{
"name": "welcomewp",
"version": "1.0.0",
"description": "simple and easy way to create a welcome message on a WordPress website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkevych/welcomewp.git"
},
"keywords": [
"wordpress",
"plugin",
"welcome",
"message"
],
"author": "Taras Dashkevych",
"license": "ISC",
"bugs": {
"url": "https://github.com/dashkevych/welcomewp/issues"
},
"homepage": "https://github.com/dashkevych/welcomewp#readme",
"devDependencies": {
"cssnano": "^5.1.12",
"gulp": "^4.0.2",
"gulp-jsbeautifier": "^3.0.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.1.0",
"postcss": "^8.4.14",
"postcss-discard-comments": "^5.1.2",
"postcss-easy-import": "^4.0.0",
"postcss-preset-env": "^8.0.0"
}
}