22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "react-native-i18n",
|
|
"version": "2.0.0",
|
|
"description": "Provide I18n to your React Native application",
|
|
"license": "MIT",
|
|
"author": "Alexander Zaytsev",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-component",
|
|
"ios",
|
|
"i18n"
|
|
],
|
|
"dependencies": {
|
|
"i18n-js": "github:fnando/i18n-js#v3.0.0"
|
|
}
|
|
}
|