Files
react-native-vector-icons/package.json
2015-05-15 21:30:03 +02:00

42 lines
885 B
JSON

{
"name": "react-native-vector-icons",
"version": "0.1.0",
"description": "Vector Icons for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ui",
"icon",
"icons",
"vector",
"retina",
"font"
],
"author": {
"name": "Joel Arvidsson",
"email": "joel@oblador.se"
},
"homepage": "https://github.com/oblador/react-native-vector-icons",
"bugs": {
"url": "https://github.com/oblador/react-native-vector-icons/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-vector-icons.git"
},
"license": "MIT",
"peerDependencies": {
"react-native": "^0.4.0"
},
"dependencies": {
"lodash": "^3.8.0"
}
}