2015-06-14 10:47:18 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-i18n",
|
2017-09-08 19:39:34 +00:00
|
|
|
"version": "2.0.6",
|
2017-04-07 22:29:30 +00:00
|
|
|
"description": "Provide I18n to your React Native application",
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Alexander Zaytsev",
|
2015-06-14 10:47:18 +00:00
|
|
|
"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
|
|
|
},
|
2017-08-02 09:33:45 +00:00
|
|
|
"keywords": ["react-native", "react-component", "ios", "i18n"],
|
2017-03-30 00:06:17 +00:00
|
|
|
"dependencies": {
|
2017-08-02 08:28:06 +00:00
|
|
|
"i18n-js": "github:fnando/i18n-js#v3.0.1"
|
2017-03-30 00:06:17 +00:00
|
|
|
}
|
2015-06-14 10:47:18 +00:00
|
|
|
}
|