react-native-dribbble-app/package.json

23 lines
538 B
JSON

{
"name": "DribbbleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.14.1",
"react-native-blur": "^0.7.6",
"react-native-htmlview": "^0.2.0",
"react-native-parallax-view": "git+https://github.com/jesseruder/react-native-parallax-view.git",
"react-native-vector-icons": "^0.8.5"
},
"devDependencies": {
"flow-bin": "0.17.0"
},
"engines": {
"node": "4.2.1",
"npm": "3.3.x"
}
}