react-native-dribbble-app/package.json

23 lines
538 B
JSON
Raw Normal View History

2015-06-12 00:34:51 +08:00
{
"name": "DribbbleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
2015-11-24 22:37:22 +08:00
"react-native": "^0.14.1",
"react-native-blur": "^0.7.6",
2015-06-13 18:16:12 +08:00
"react-native-htmlview": "^0.2.0",
"react-native-parallax-view": "git+https://github.com/jesseruder/react-native-parallax-view.git",
2015-11-24 22:37:22 +08:00
"react-native-vector-icons": "^0.8.5"
2015-11-24 23:18:49 +08:00
},
"devDependencies": {
"flow-bin": "0.17.0"
},
"engines": {
"node": "4.2.1",
"npm": "3.3.x"
2015-06-12 00:34:51 +08:00
}
}