-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
34 lines (34 loc) · 893 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
{
"name": "react-native-emoji-picker",
"version": "0.2.2",
"description": "Simple emoji picker for react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:yonahforst/react-native-emoji-picker.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"emoji",
"emoji-picker"
],
"peerDependencies": {
"react": "^15.2.0",
"react-native": "^0.30.0",
"prop-types": "^15.6.0"
},
"dependencies": {
"emoji-datasource": "^2.4.4",
"lodash": "^4.11.1",
"prop-types": "^15.6.0",
"string.fromcodepoint": "^0.2.1"
},
"author": "Yonah Forst <yonaforst@hotmail.com> (https://github.com/yonahforst)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yonahforst/react-native-emoji-picker/issues"
},
"homepage": "https://github.com/ryonahforst/react-native-emoji-picker"
}