forked from jwohlfert23/react-native-tag-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 682 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
30
{
"name": "react-native-tag-input",
"description": "A tag input component for react-native",
"version": "0.0.13",
"author": "Jack Wohlfert (https://github.com/jwohlfert23)",
"devDependencies": {
"lodash": "^3.2.0",
"react": "^15.0.2",
"react-native": "^0.26.2"
},
"keywords": [
"email input",
"emails",
"ios",
"react-component",
"react-native",
"tag input",
"ui"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:jwohlfert23/react-native-tag-input.git"
},
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint": "eslint src"
}
}