-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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
{
"name": "react-native-material-chips",
"version": "1.0.2",
"description": "🔥Easily implement versatile and customizable chips inspired from material design🔥",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"chip",
"chips",
"react-native-chips",
"material",
"material-chip",
"material-chips",
"filter-chip",
"filter-chips",
"input-chip",
"input-chips",
"react-native-filter-chips",
"react-native-input-chips"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sandipshiwakoti/react-native-material-chips.git"
},
"author": "Sandip Shiwakoti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandipshiwakoti/react-native-material-chips/issues"
},
"homepage": "https://github.com/sandipshiwakoti/react-native-material-chips#readme",
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-svg": "14.1.0"
}
}