Files
react-native-code-push/Examples/CodePushDemoApp/package.json
2015-08-28 12:20:04 -07:00

14 lines
306 B
JSON

{
"name": "CodePushDemoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --root ../../"
},
"dependencies": {
"react-native": "^0.10.0",
"react-native-button": "^1.2.0",
"react-native-code-push": "file:../../"
}
}