-
-
Notifications
You must be signed in to change notification settings - Fork 818
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 603 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "react-native-debugger",
"version": "0.10.5",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jhen0409/react-native-debugger.git"
},
"author": "Jhen <developer@jhen.me>",
"license": "MIT",
"dependencies": {
"adbkit": "^2.11.0",
"apollo-client-devtools": "^2.2.5",
"electron-store": "^1.2.0",
"electron-devtools-installer": "^2.2.3",
"react-devtools-core": "^3.6.2"
}
}