react-native-i18n/package.json

22 lines
459 B
JSON
Raw Normal View History

2015-06-14 10:47:18 +00:00
{
"name": "react-native-i18n",
2017-06-15 05:11:26 +00:00
"version": "2.0.1",
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
},
"keywords": [
"react-native",
2015-06-14 15:15:49 +00:00
"react-component",
"ios",
2015-06-14 10:47:18 +00:00
"i18n"
],
2017-03-30 00:06:17 +00:00
"dependencies": {
2017-04-06 00:28:23 +00:00
"i18n-js": "github:fnando/i18n-js#v3.0.0"
2017-03-30 00:06:17 +00:00
}
2015-06-14 10:47:18 +00:00
}