Files
react-native-vector-icons/Examples/IconExplorer/package.json
2016-10-13 08:26:35 +02:00

15 lines
308 B
JSON

{
"name": "IconExplorer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"lodash": "^4.0.0",
"react": "15.3.2",
"react-native": "0.35.0",
"react-native-vector-icons": "file:../../"
}
}