-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 819 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 819 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
36
37
38
39
40
41
42
43
{
"name": "alfred-hl",
"version": "1.0.2",
"description": "Syntax highlight code in the clipboard",
"license": "MIT",
"repository": "importre/alfred-hl",
"author": {
"name": "Jaewe Heo",
"email": "jaeweheo@gmail.com",
"url": "importre.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"files": [
"src",
"icon.png",
"info.plist"
],
"keywords": [
"alfred",
"highlight",
"highlight.js",
"syntax",
"code",
"language",
""
],
"dependencies": {
"alfred-notifier": "^0.2.3",
"alfy": "^0.9.1",
"css": "^2.2.4",
"entities": "^2.2.0",
"highlight.js": "^11.5.1",
"htmlparser": "^1.7.7",
"onecolor": "^3.1.0",
"strip-indent": "^3.0.0"
}
}