forked from react-native-vietnam/react-native-atoz-listview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 927 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 927 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
{
"name": "react-native-atoz-listview",
"version": "0.0.7",
"description": "A Listview with a sidebar to jump to sections directly, based on sunnylqm's react-native-alphabetlistview",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/crabstudio/react-native-atoz-listview.git"
},
"author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe), sunnylqm <sunnylqm@qq.com> (https://github.com/sunnylqm), Kenton Jacobsen (https://github.com/brokentone), Anh Tuan Nguyen <anhtuank7c@hotmail.com> (https://github.com/anhtuank7c)",
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"ios",
"android"
],
"dependencies": {
"merge": "^1.2.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"eslint-config-rallycoding": "^3.2.0"
}
}