2016-06-12 22:52:18 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-emoji-picker",
|
2016-08-01 13:31:19 +00:00
|
|
|
"version": "0.2.2",
|
2016-06-12 22:52:18 +00:00
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2016-07-31 17:12:02 +00:00
|
|
|
"react": "^15.2.0",
|
|
|
|
"react-native": "^0.30.0"
|
2016-06-12 22:52:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-07-31 17:12:02 +00:00
|
|
|
"emoji-datasource": "^2.4.4",
|
|
|
|
"lodash": "^4.11.1",
|
|
|
|
"string.fromcodepoint": "^0.2.1"
|
2016-06-12 22:52:18 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|