17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"name": "react-native-i18n",
|
|
"version": "2.0.10",
|
|
"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": "^3.0.2"
|
|
}
|
|
}
|