mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-05-12 17:59:01 +08:00
28 lines
642 B
JSON
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"
|
|
}
|
|
}
|