react-native-creolestructure
Version:
React-native project structure from creole studios
32 lines (31 loc) • 825 B
JSON
{
"name": "react-native-creolestructure",
"version": "1.0.2",
"description": "React-native project structure from creole studios",
"main": "index.js",
"author": "Creole Studios <nirmalsinh@creolestudios.com>",
"license": "MIT",
"peerDependencies": {
"react": ">= 15.x",
"react-native": ">= 0.47.x"
},
"dependencies": {
"babel-preset-react-native": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://dharavp@bitbucket.org/creolestudios/react-native-creolestructure.git"
},
"keywords": [
"react-native",
"structure",
"creole",
"studios",
"nirmalsinh"
],
"homepage": "https://bitbucket.org/creolestudios/react-native-creolestructure#readme"
}