-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 784 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-enhanced-listview",
"version": "0.10.1",
"description": "ReactNative ListView for better performance on large dataset",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/39otrebla/react-native-enhanced-listview"
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ui",
"list-view",
"performance"
],
"author": "Alberto Dallaporta <alberto@nexustech.solutions> (https://nexustech.solutions)",
"license": "MIT",
"bugs": {
"url": "https://github.com/39otrebla/react-native-enhanced-listview/issues"
},
"homepage": "https://github.com/39otrebla/react-native-enhanced-listview#readme"
}