-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.55 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.55 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "http-status-fun-snippets",
"displayName": "HTTP status fun snippets",
"description": "Tired of same old boring HTTP status codes that confuse you and look bland? Even HTTP status codes are better with a cat or a dog!",
"version": "1.0.0",
"author": {
"name": "Adrian Bece"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "php",
"path": "./http-status-fun-snippets.json"
},
{
"language": "javascriptreact",
"path": "./http-status-fun-snippets.json"
},
{
"language": "html",
"path": "./http-status-fun-snippets.json"
},
{
"language": "javascript",
"path": "./http-status-fun-snippets.json"
},
{
"language": "typescript",
"path": "./http-status-fun-snippets.json"
},
{
"language": "typescriptreact",
"path": "./http-status-fun-snippets.json"
},
{
"language": "plaintext",
"path": "./http-status-fun-snippets.json"
},
{
"language": "json",
"path": "./http-status-fun-snippets.json"
},
{
"language": "markdown",
"path": "./http-status-fun-snippets.json"
},
{
"language": "handlebars",
"path": "./http-status-fun-snippets.json"
},
{
"language": "xml",
"path": "./http-status-fun-snippets.json"
}
]
}
}