-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 833 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": "mime-icon-generator",
"version": "1.0.0",
"main": "mime-icon-generator",
"repository": {
"type": "git",
"url": "https://github.com/erikyo/mime-icon-generator"
},
"author": {
"name": "Codekraft Studio - [email protected]"
},
"homepage": "https://github.com/erikyo/mime-icon-generator",
"license": "MIT",
"style": "./mime-icons.css",
"devDependencies": {
"autoprefixer": "^9.5.0",
"cssnano": "^4.1.10",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-gzip": "^1.4.2",
"gulp-header": "^2.0.7",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"run-sequence": "^2.2.1"
},
"spm": {
"main": "./mime-icons.css"
},
"dependencies": {}
}