-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 718 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 718 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
{
"name": "react-native-smart-emoji-picker",
"version": "0.1.2",
"description": "👹 Smart emoji picker supports any custom memes you provides.",
"main": "src/index.js",
"keywords": [
"react",
"react-native",
"emoji",
"emoji-picker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/just4fun/react-native-smart-emoji-picker.git"
},
"bugs": {
"url": "https://github.com/just4fun/react-native-smart-emoji-picker/issues"
},
"homepage": "https://github.com/just4fun/react-native-smart-emoji-picker#readme",
"author": "just4fun <houritsunohikari@gmail.com>",
"license": "MIT",
"dependencies": {
"react-native-scrollable-tab-view": "^0.10.0"
}
}