Files
react-native-vector-icons/Examples/IconExplorer/package.json
2015-07-06 12:20:24 +02:00

14 lines
283 B
JSON

{
"name": "IconExplorer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"lodash": "^3.8.0",
"react-native": "^0.7.0-rc.2",
"react-native-vector-icons": "file:../../"
}
}