forked from computerjazz/react-native-draggable-flatlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 753 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
{
"name": "react-native-draggable-flatlist",
"version": "1.1.7",
"description": "A drag-and-drop-enabled FlatList component for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/computerjazz/react-native-draggable-flatlist.git"
},
"keywords": [
"react-native",
"sortable",
"draggable",
"flatlist",
"drag",
"drop",
"sort",
"list"
],
"author": "Daniel Merrill",
"license": "ISC",
"bugs": {
"url": "https://github.com/computerjazz/react-native-draggable-flatlist/issues"
},
"homepage": "https://github.com/computerjazz/react-native-draggable-flatlist#readme"
}