@nghinv/react-native-icons
Version:
A custom vector icons component
38 lines • 946 B
JSON
{
"name": "@nghinv/react-native-icons",
"version": "1.0.6",
"description": "A custom vector icons component",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-icons",
"icons"
],
"repository": {
"type": "git",
"url": "https://github.com/nghinv-software/react-native-icons.git"
},
"author": "nghinv@lumi.biz",
"types": "react-native-icons.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/nghinv-software/react-native-icons/issues"
},
"homepage": "https://github.com/nghinv-software/react-native-icons#readme",
"dependencies": {
"react-native-vector-icons": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {},
"publishConfig": {
"access": "public",
"cache": "~/.npm",
"registry": "https://npm.pkg.github.com"
}
}