UNPKG

742 BJSONView Raw
1{
2 "name": "@expo/vector-icons",
3 "version": "6.3.1",
4 "description": "Built-in support for 10 popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
5 "main": "index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/expo/vector-icons.git"
10 },
11 "keywords": [
12 "expo"
13 ],
14 "author": "Brent Vatne",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/expo/vector-icons/issues"
18 },
19 "homepage": "https://expo.github.io/vector-icons",
20 "dependencies": {
21 "lodash": "^4.17.4",
22 "react-native-vector-icons": "4.5.0"
23 },
24 "devDependencies": {}
25}