Files
react-native-paper/package.json
2016-10-21 01:22:37 +02:00

28 lines
642 B
JSON

{
"name": "react-native-paper",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"flow": "flow",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedlhanafy/react-native-paper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmedlhanafy/react-native-paper/issues"
},
"homepage": "https://github.com/ahmedlhanafy/react-native-paper#readme",
"dependencies": {
"react": "15.3.2",
"react-native": "0.35.0"
},
"devDependencies": {
"flow-bin": "^0.33.0"
}
}