-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) Β· 1.24 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
{
"name": "yalikejazz",
"displayName": "Ya Like Jazz",
"description": "Add a line or para from The Bee Movie script to replace the boring old Lorem Ipsum text",
"version": "1.1.0",
"publisher": "kartikch",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/kartik918/Ya-Like-Jazz"
},
"homepage": "https://github.com/kartik918/Ya-Like-Jazz",
"bugs": {
"url": "https://github.com/kartik918/Ya-Like-Jazz/issues"
},
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:jazz.line",
"onCommand:jazz.para",
"onCommand:jazz.multiplePara"
],
"main": "./main",
"contributes": {
"commands": [
{
"command": "jazz.line",
"title": "Ya Like Jazz: Insert a line from The Bee Movie"
},
{
"command": "jazz.para",
"title": "Ya Like Jazz: Insert a paragraph from The Bee Movie"
},
{
"command": "jazz.multiplePara",
"title": "Ya Like Jazz: Insert multiple paragraphs from The Bee Movie"
}
]
}
}