forked from alinz/react-native-dropdown
-
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) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 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-dropdown",
"version": "0.0.6",
"description": "A better Select dropdown menu for react-native",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:alinz/react-native-dropdown.git"
},
"keywords": [
"react-component",
"react-native"
],
"author": {
"name": "Ali Najafizadeh",
"email": "a.najafizadeh@gmail.com",
"url": "http://github.com/alinz"
},
"contributors" : ["Azhar khan <azhar.mw@gmail.com>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/alinz/react-native-dropdown"
},
"homepage": "https://github.com/alinz/react-native-dropdown"
}