-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 KB
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
{
"name": "react-native-drag-debugger",
"version": "0.1.1",
"description": "JavaScript implementation of a view container that can flip between its front and back, where the back has a console.log and the front is your aplication.",
"main": "DragDebuger.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-gesture-responder": "0.1.1",
"react-native-console-panel": "0.1.0",
"react-native-flip-view": "git://github.com/Infinity0106/react-native-flip-view.git#commit-ish"
},
"repository": {
"type": "git",
"url": "https://github.com/TradingPal/react-debbuger"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"Debugger",
"flip-view",
"drag and drop",
"pan responder"
],
"author": "Infinity0106",
"license": "MIT",
"bugs": {
"url": "https://github.com/TradingPal/react-debbuger/issues"
},
"homepage": "https://github.com/TradingPal/react-debbuger#readme"
}