Files
react-native-vector-icons/Examples/TabBarExample/package.json
2016-05-07 16:59:35 -04:00

14 lines
280 B
JSON

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