-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 774 Bytes
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
{
"name": "hyper-folder-icon",
"version": "1.5.2",
"description": "Use folder icons in MacOS and Windows with Hyper",
"main": "./index.js",
"files": [
"index.js",
"defaultIcon.js",
"iconfinder.js",
"windows.js",
"gnome.js",
"folder.png"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/moimart/hyper-folder-icon.git"
},
"keywords": [
"hyper"
],
"author": "Moises Martinez",
"license": "BSD-2-Clause",
"dependencies": {
"apple-icns": "^0.2.0",
"decode-ico": "^0.2.1",
"gvfs-meta-node": "^0.1.1",
"ini-config-parser": "^1.0.3",
"jimp": "^0.2.28",
"mime-types": "^2.1.18",
"plist": "^3.0.1",
"promisfy": "^1.1.4",
"resourceforkjs": "0.0.4"
}
}