react-native-i18n/package.json

22 lines
436 B
JSON

{
"name": "react-native-i18n",
"version": "0.0.8",
"description": "React Native and I18n.js integration",
"main": "index.js",
"repository": {
"type": "git",
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"i18n"
],
"author": "Alexander Zaytsev",
"license": "MIT",
"devDependencies": {
"react-native": "^0.5.0"
}
}