Files
react-native-google-place-p…/package.json
Jack Chang 3aef88eac8 1.2.2
2017-08-19 16:39:32 +08:00

43 lines
1.1 KiB
JSON

{
"name": "react-native-google-place-picker",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.2.2",
"description": "React Native Wrapper of Google Place Picker for iOS + Android.",
"nativePackage": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/q6112345/react-native-google-place-picker.git"
},
"keywords": [
"react-native",
"ios",
"android",
"input",
"map",
"location",
"google",
"maps",
"places",
"place",
"picker"
],
"author": "q6112345",
"license": "MIT",
"bugs": {
"url": "https://github.com/q6112345/react-native-google-place-picker/issues"
},
"homepage": "https://github.com/q6112345/react-native-google-place-picker#readme",
"rnpm": {
"commands": {
"prelink": "node_modules/react-native-google-place-picker/bin/prepare.sh",
"postlink": "node_modules/react-native-google-place-picker/bin/cocoapods.sh"
}
}
}