react-native-i18n/package.json

22 lines
459 B
JSON
Raw Normal View History

2015-06-14 17:47:18 +07:00
{
"name": "react-native-i18n",
2017-04-08 00:29:30 +02:00
"version": "2.0.0",
"description": "Provide I18n to your React Native application",
"license": "MIT",
"author": "Alexander Zaytsev",
2015-06-14 17:47:18 +07:00
"main": "index.js",
"repository": {
"type": "git",
2015-08-07 02:44:44 +02:00
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
2015-06-14 17:47:18 +07:00
},
"keywords": [
"react-native",
2015-06-14 22:15:49 +07:00
"react-component",
"ios",
2015-06-14 17:47:18 +07:00
"i18n"
],
2017-03-30 02:06:17 +02:00
"dependencies": {
2017-04-06 02:28:23 +02:00
"i18n-js": "github:fnando/i18n-js#v3.0.0"
2017-03-30 02:06:17 +02:00
}
2015-06-14 17:47:18 +07:00
}