UNPKG

react-native-contacts

Version:
65 lines (64 loc) 1.33 kB
{ "name": "react-native-contacts", "repository": { "type": "git", "url": "https://github.com/rt2zz/react-native-contacts.git" }, "version": "8.0.5", "description": "React Native Contacts (android & ios)", "nativePackage": true, "keywords": [ "react-native", "react", "react-component", "addressbook", "contacts", "ios", "android" ], "bugs": { "url": "https://github.com/rt2zz/react-native-contacts/issues" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "homepage": "https://github.com/rt2zz/react-native-contacts", "main": "index.ts", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "contributors": [ { "name": "Harry Moreno", "email": "morenoh149@gmail.com", "url": "http://harrymoreno.com/" }, { "name": "Nick Pomfret" }, { "name": "rt2zz <zack@root-two.com>" } ], "license": "MIT", "dependencies": {}, "devDependencies": { "react-native-cli": "^2.0.1" }, "codegenConfig": { "name": "RNContactsSpec", "type": "modules", "jsSrcsDir": "src" }, "peerDependencies": { "react-native": "*", "react": "*" } }