react-native-i18n/package.json

17 lines
418 B
JSON
Raw Normal View History

2015-06-14 10:47:18 +00:00
{
"name": "react-native-i18n",
2017-12-21 11:08:00 +00:00
"version": "2.0.10",
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-12-21 11:08:00 +00:00
"keywords": ["react-native", "react-component", "ios", "i18n"],
2017-03-30 00:06:17 +00:00
"dependencies": {
2017-10-26 08:43:02 +00:00
"i18n-js": "^3.0.2"
2017-03-30 00:06:17 +00:00
}
2015-06-14 10:47:18 +00:00
}