forked from jemise111/react-native-swipe-list-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 665 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 665 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
29
{
"name": "react-native-swipe-list-view",
"version": "0.3.2",
"main": "lib/index.js",
"author": "Jesse Sessler <jesse.sessler@gmail.com>",
"description": "A ListView with rows that swipe open and closed.",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/jemise111/react-native-swipe-list-view"
},
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android",
"listview",
"swipe",
"swipeable"
],
"peerDependencies": {
"react": ">=0.14.8",
"react-native": ">=0.23.1"
}
}