react-native-i18n/package.json

22 lines
455 B
JSON
Raw Normal View History

2015-06-14 10:47:18 +00:00
{
"name": "react-native-i18n",
"version": "1.0.0",
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",
2017-03-30 00:06:17 +00:00
"license": "MIT",
"dependencies": {
"i18n-js": "github:fnando/i18n-js#v3.0.0.rc16"
}
2015-06-14 10:47:18 +00:00
}