UNPKG

@arelstone/react-native-email-chip

Version:

React Native component to display a list of emails as editable chips

53 lines (52 loc) 1.27 kB
{ "name": "@arelstone/react-native-email-chip", "version": "2.5.4", "description": "React Native component to display a list of emails as editable chips", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint .", "prebuild": "rm -rf dist", "build": "tsc" }, "author": { "name": "Carsten Daurehøj", "email": "arelstone@gmail.com", "url": "https://github.com/arelstone" }, "homepage": "https://github.com/arelstone/react-native-email-chip#readme", "repository": { "type": "git", "url": "git+https://github.com/arelstone/react-native-email-chip.git" }, "bugs": { "url": "https://github.com/arelstone/react-native-email-chip/issues" }, "type": "module", "keywords": [ "suggestions", "react native", "react native component", "component", "email", "chip", "tags", "tags", "input", "mobile", "ios", "android", "ui" ], "license": "MIT", "devDependencies": { "@arelstone/eslint-config-react-native-typescript": "^1.1.2", "@babel/preset-react": "^7.12.12", "@types/react": "*", "@types/react-native": "*", "react-dom": "*", "typescript": "^5.0.3", "react": "*", "react-native": "*" } }