2015-06-14 10:47:18 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-i18n",
|
2015-12-22 06:12:57 +00:00
|
|
|
"version": "0.0.7",
|
2015-06-14 10:47:18 +00:00
|
|
|
"description": "React Native and I18n.js integration",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2015-07-02 16:31:48 +00:00
|
|
|
"react-native": ">=0.4.0 <1.0.0"
|
2015-06-14 10:47:18 +00:00
|
|
|
}
|
|
|
|
}
|