forked from yonahforst/react-native-emoji-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 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
{
"name": "react-native-emoji-picker",
"version": "0.2.2",
"description": "Simple emoji picker for react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:yonahforst/react-native-emoji-picker.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"emoji",
"emoji-picker"
],
"devDependencies": {
"react": "^15.2.0",
"react-native": "^0.30.0"
},
"dependencies": {
"emoji-datasource": "^2.4.4",
"lodash": "^4.11.1",
"string.fromcodepoint": "^0.2.1"
},
"author": "Yonah Forst <[email protected]> (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"
}