react-native-i18n/package.json

28 lines
580 B
JSON

{
"name": "react-native-i18n",
"version": "0.0.6",
"description": "React Native and I18n.js integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com:AlexanderZaytsev/react-native-i18n.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"i18n"
],
"author": "Alexander Zaytsev",
"license": "MIT",
"devDependencies": {
"react-native": "^0.5.0"
},
"peerDependencies": {
"react-native": ">=0.4.0 <1.0.0"
}
}