Files
react-native-vector-icons/Examples/TabBarExample/package.json
2015-06-10 23:47:49 +02:00

13 lines
255 B
JSON

{
"name": "TabBarExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.5.0",
"react-native-vector-icons": "file:../../"
}
}