-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 856 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
35
36
37
38
39
40
{
"name": "pretty-file-icons",
"version": "2.2.1",
"description": "Pretty colorful icons for files (in svg format).",
"main": "index.js",
"scripts": {
"start": "xdg-open preview.html",
"optimize": "svgo --config=./.svgo.yml --folder=./svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kravets-levko/pretty-file-icons.git"
},
"keywords": [
"file extensions",
"file types",
"file",
"types",
"extensions",
"file icons",
"icons",
"svg icons",
"vector icons",
"colorful icons"
],
"author": "Unknown",
"license": "MIT",
"bugs": {
"url": "https://github.com/kravets-levko/pretty-file-icons/issues"
},
"contributors": [
{
"name": "Levko Kravets",
"email": "levko.ne@gmail.com"
}
],
"devDependencies": {
"svgo": "^0.7.2"
}
}