forked from ranvir-gorai/react-native-drag-drop-and-swap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (37 loc) · 969 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
36
37
38
{
"_from": "react-native-drag-drop-and-swap",
"_id": "[email protected]",
"version": "0.1.2",
"_location": "react-native-drag-drop-and-swap",
"name": "react-native-drag-drop-and-swap",
"_spec": "react-native-drag-drop-and-swap",
"description": "This module helps to impliment drag-and-drop-swap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ranvirgorai/react-native-drag-drop-and-swap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ranvirgorai/react-native-drag-drop-and-swap"
},
"keywords": [
"react-native",
"drag-drop-and-swap",
"drag-drop",
"react",
"dnd",
"Ranvir",
"Jamshedpur"
],
"author": {
"name": "Ranvir Gorai",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
}
}