forked from jwohlfert23/react-native-tag-input
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 869 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-tag-input",
"description": "A tag input component for react-native",
"version": "0.0.22",
"author": "Jack Wohlfert (https://github.com/jwohlfert23)",
"keywords": [
"email input",
"emails",
"ios",
"react-component",
"react-native",
"tag input",
"ui"
],
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "[email protected]:jwohlfert23/react-native-tag-input.git"
},
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint": "eslint src"
},
"dependencies": {
"invariant": "^2.2.2",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "^0.53.0",
"flow-bin": "^0.63.0"
}
}