-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 813 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 813 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
{
"name": "react-native-desktop-qt",
"version": "0.60.6",
"description": "React native for desktop",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-native start"
},
"main": "Libraries/react-native-desktop-qt/react-native-desktop-qt-implementation.js",
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/react-native-desktop-qt.git"
},
"author": "Volodymyr Kozieiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/vkjr/react-native-desktop-qt/issues"
},
"homepage": "https://github.com/vkjr/react-native-desktop-qt#readme",
"dependencies": {
"optimist": "^0.6.1",
"babel-plugin-module-resolver": "^4.0.0"
},
"devDependencies": {
"react": "16.8.6",
"react-native": "0.60.6"
}
}