-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 827 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
{
"name": "react-native-multiple-tags",
"version": "0.0.4",
"description": "Multiple Select using Tags including default Selected Tags",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/caleb-tolu/react-native-multiple-tags.git"
},
"keywords": [
"react",
"react-native",
"native",
"multiple",
"select",
"tags",
"list",
"search",
"radio",
"button"
],
"author": "Caleb Tolu",
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1"
}
}