-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "react-native-vscode-settings",
"version": "1.0.0",
"description": "Visual Studio Code settings for React Native",
"bin": "./postinstall.js",
"repository": {
"type": "git",
"url": "git+https://github.com/shukerullah/react-native-vscode-settings.git"
},
"keywords": [
"visual",
"studio",
"code",
"vscode",
"settings",
"setup",
"extensions",
"react",
"react-native"
],
"author": "Pir Shukarulalh Shah <shuker_rashdi@yahoo.com> (http://www.shukarullah.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shukerullah/react-native-vscode-settings/issues"
},
"homepage": "https://github.com/shukerullah/react-native-vscode-settings#readme"
}