-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 854 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
{
"name": "basic-banner",
"version": "1.1.3",
"description": "Allows you to create and display banners in WordPress",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hisman/basic-banner.git"
},
"author": "Hisman",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/hisman/basic-banner/issues"
},
"homepage": "https://github.com/hisman/basic-banner#readme",
"dependencies": {
"autoprefixer": "^10.0.1",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.2",
"postcss": "^8.2.12"
},
"browserslist": [
"last 2 versions"
]
}