mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-12 22:51:07 +08:00
* adds simple line icons in package.json * adds generated simple line icons * adds SimpleLineIcons link to README
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"name": "react-native-vector-icons",
|
|
"main": "index.js",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/oblador/react-native-vector-icons",
|
|
"authors": [
|
|
"Joel Arvidsson <joel@oblador.se>"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"devDependencies": {
|
|
"css-social-buttons": "~1.0.0",
|
|
"foundation-icon-fonts": "*",
|
|
"simple-line-icons": "2.4.1"
|
|
}
|
|
}
|