26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "react-native-i18n",
|
|
"version": "0.0.3",
|
|
"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",
|
|
"i18n"
|
|
],
|
|
"author": "Alexander Zaytsev",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"react-native": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.5.0"
|
|
}
|
|
}
|