Files
react-native-vector-icons/Examples/TabBarExample/package.json
2016-01-25 00:25:54 -06:00

13 lines
256 B
JSON

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