-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
45
46
47
48
{
"name": "webjsx",
"displayName": "Web Jsx",
"description": "web_jsx backend javascript run with IIS, Apache & Nginx",
"version": "0.0.1",
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "html",
"path": "./snippets/snippets.json"
},{
"language": "javascript",
"path": "./snippets/javascript.json"
}],
"languages": [{
"id": "html",
"aliases": ["wjsx"],
"extensions": [".wjsx"]
},{
"id": "javascript",
"aliases": ["wjsx", "wjsxh", ".js"],
"extensions": [".wjsx", ".wjsxh", ".js"]
}]
},
"license": "MIT",
"author": {
"name": "Safe Online World",
"email": "rajib@safeonline.world",
"url": "https://web_jsx.safeonline.wrold"
},
"icon": "images/icon.png",
"preview": true,
"publisher": "4v32dv77an4njhkn5xwpffhcmdadgojrez642etjyhhuphnyutra",
"files": ["/snippets/snippets.json","/snippets/javascript.json","/@types/web_jsx.d.ts", "/images/icon.png", "/images/preview.gif"],
"bugs": {
"url": "https://github.com/RKTUXYN/web_jsx_snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RKTUXYN/web_jsx_snippets.git"
},
"homepage": "https://github.com/RKTUXYN/web_jsx_snippets/blob/master/README.md"
}