-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"name": "matericons",
"version": "1.1.0",
"description": "Open Source Icon Collection",
"main": "dist/matericons.js",
"author": "Yasya El Hakim <[email protected]> (https://www.elcreativeacademy.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elhakimyasya/Matericons.git"
},
"keywords": [
"icon pack",
"ionic",
"icon",
"svg",
"mobile",
"web component",
"component",
"custom element",
"material design",
"ios"
],
"files": [
"dist"
],
"scripts": {
"build": "gulp icons && gulp icon-build",
"sprite": "gulp sprites"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-filter": "^7.0.0",
"gulp-json": "^0.1.4",
"gulp-json-editor": "^2.5.6",
"gulp-json-format": "^2.0.0",
"gulp-jsonmin": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"lodash": "^4.17.21"
}
}