react-native-i18n/package.json

22 lines
437 B
JSON

{
"name": "react-native-i18n",
"version": "2.0.8",
"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.1"
}
}