-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 902 Bytes
/
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
{
"name": "ak-react-snippet",
"displayName": "React Code Snippets",
"description": "React snippet for accelerated code writing",
"version": "0.0.2",
"publisher": "AnandK",
"author": {
"name": "Anand Kumar",
"email": "anand.kumar@live.in"
},
"repository": {
"type": "git",
"url": "https://github.com/kumar-anand/ak-react-snippets.git"
},
"engines": {
"vscode": "^1.22.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "javascript",
"path": "./snippets/snippets.json"
}
]
},
"keywords": ["snippets", "react", "redux", "javascript", "es6"],
"license": "MIT"
}