-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 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
{
"name": "mern-snippets",
"displayName": "MERN Snippets",
"description": "Mongodb ExpressJS React Nodejs snippets",
"version": "1.4.0",
"publisher": "devzstudio",
"homepage": "https://github.com/Devzstudio/MERN-Snippets/blob/master/README.md",
"icon": "icon.png",
"bugs": {
"url": "https://github.com/Devzstudio/MERN-Snippets/issues",
"email": "jijin@devzstudio.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Devzstudio/MERN-Snippets"
},
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
}
]
}
}