2015-06-14 10:47:18 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-i18n",
|
2016-09-01 17:21:38 +00:00
|
|
|
"version": "0.1.1",
|
2015-06-14 10:47:18 +00:00
|
|
|
"description": "React Native and I18n.js integration",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-08-07 00:44:44 +00:00
|
|
|
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
|
2015-06-14 10:47:18 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
2015-06-14 15:15:49 +00:00
|
|
|
"react-component",
|
|
|
|
"ios",
|
2015-06-14 10:47:18 +00:00
|
|
|
"i18n"
|
|
|
|
],
|
|
|
|
"author": "Alexander Zaytsev",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"react-native": "^0.5.0"
|
2016-08-22 15:25:05 +00:00
|
|
|
}
|
2015-06-14 10:47:18 +00:00
|
|
|
}
|