-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 1.76 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "marxco-icf",
"version": "1.7.1",
"homepage": "https://m-o-z-g.gitlab.io/marxco-icf/",
"description": "Open version of icon font from upcoming Marxco component system.",
"main": "index.js",
"author": {
"name": "Alexander \"M.O.Z.G\" Dikov",
"email": "alexandermozgdikov+gitlab@gmail.com",
"url": "https://mozg-studio.org"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/M-O-Z-G/marxco-icf.git"
},
"bugs": {
"url": "https://gitlab.com/M-O-Z-G/marxco-icf/-/issues"
},
"license": "MIT",
"scripts": {
"build": "nyc gulp",
"font-generation": "gulp generation"
},
"dependencies": {
"coveralls": "^3.1.0"
},
"devDependencies": {
"@m-o-z-g/gulp-iconfont": "^10.0.3",
"ansi-colors": "^4.1.1",
"async": "^3.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-consolidate": "^0.2.0",
"gulp-debug": "^4.0.0",
"gulp-inject": "^5.0.5",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-run": "^1.7.1",
"gulp-sort": "^2.0.0",
"gulp-svgo": "^2.1.1",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.15",
"lodash.escaperegexp": "^4.1.2",
"pug": "^3.0.0",
"replace-in-file": "^6.0.0",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"stylus": "^0.54.8",
"vinyl-buffer": "^1.0.1",
"vinyl-paths": "^3.0.1",
"vinyl-source-stream": "^2.0.0"
},
"optionalDependencies": {},
"keywords": [
"svg",
"gulp",
"icon",
"font",
"svg2ttf",
"svg2woff",
"svg2eot",
"eot",
"converter",
"iconfont",
"icons"
],
"browserslist": [
"last 1 version",
"> 1%",
"IE 11",
"firefox 63",
"chrome 21",
"safari 6",
"opera 12",
"ios_saf 7"
],
"engines": {
"node": ">=8.17.0"
},
"engineStrict": true
}