react-native-emoji-picker/package.json

33 lines
834 B
JSON
Raw Permalink Normal View History

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": {
"react": "^15.2.0",
"react-native": "^0.30.0"
2016-06-12 22:52:18 +00:00
},
"dependencies": {
"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"
}