-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "react-redux-react-router-snippets",
"description": "React Ecosystem code snippets all in one",
"version": "0.4.29",
"scripts": {
"test": "echo \"Empty Test\""
},
"displayName": "React/Redux/react-router Snippets",
"publisher": "discountry",
"icon": "images/logo.png",
"galleryBanner": {
"theme": "light"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/discountry/vscode-react-redux-react-router-snippets"
},
"engines": {
"vscode": "0.10.x"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "jsx",
"path": "./snippets/snippets.json"
}
]
}
}