forked from i6mi6/react-native-alphabetlistview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 800 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
{
"name": "react-native-alphabetlistview",
"version": "0.3.0",
"description": "A Listview with a sidebar to jump to sections directly, based on johanneslumpe's react-native-selectablesectionlistview",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sunnylqm/react-native-alphabetlistview.git"
},
"author": "Johannes Lumpe <[email protected]> (https://github.com/johanneslumpe), sunnylqm <[email protected]> (https://github.com/sunnylqm), Kenton Jacobsen (https://github.com/brokentone)",
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"ios",
"android"
],
"dependencies": {
"merge": "^1.2.0",
"prop-types": "^15.6.0"
}
}