17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"name": "react-native-i18n",
|
|
"version": "2.0.6",
|
|
"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.1"
|
|
}
|
|
}
|