-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
40
{
"name": "acf-icomoon",
"version": "0.0.1-alpha",
"description": "Show IcoMoon select field based on selection.json generated from IcoMoon App",
"repository": {
"type": "git",
"url": "git+https://github.com/rhcarlosweb/acf-icomoon.git"
},
"keywords": [
"acf",
"icomoon",
"icons",
"font"
],
"author": "Rhuan Carlos",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/rhcarlosweb/acf-icomoon/issues"
},
"homepage": "https://github.com/rhcarlosweb/acf-icomoon#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.5.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-uglify": "^3.0.2",
"merge2": "^1.2.4"
},
"dependencies": {
"@fonticonpicker/fonticonpicker": "^3.1.1",
"jquery": "^3.4.1"
}
}