react-native-i18n/package.json

22 lines
436 B
JSON
Raw Normal View History

2015-06-14 10:47:18 +00:00
{
"name": "react-native-i18n",
2016-02-10 15:21:32 +00:00
"version": "0.0.8",
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",
"license": "MIT",
"devDependencies": {
"react-native": "^0.5.0"
2016-08-22 15:25:05 +00:00
}
2015-06-14 10:47:18 +00:00
}