forked from goshacmd/react-native-simple-emoji-picker
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 868 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
{
"name": "react-native-simple-emoji-picker",
"version": "0.2.6",
"description": "A simple emoji picker component for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goshakkk/react-native-simple-emoji-picker.git"
},
"keywords": [
"React",
"React",
"Native",
"React-Native",
"iOS",
"Android",
"Component",
"Emoji",
"Keyboard"
],
"author": "Gosha Arinich",
"license": "MIT",
"bugs": {
"url": "https://github.com/goshakkk/react-native-simple-emoji-picker/issues"
},
"homepage": "https://github.com/goshakkk/react-native-simple-emoji-picker#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"emoji-datasource": "^2.4.4",
"prop-types": "^15.6.0"
}
}