Files
react-native-code-push/Examples/CodePushDemoApp/package.json
2017-04-07 10:54:20 +03:00

16 lines
378 B
JSON

{
"name": "CodePushDemoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"babel-preset-react-native-stage-0": "1.0.1",
"react": "15.4.0",
"react-native": "^0.43.0",
"react-native-code-push": "file:../../",
"react-native-windows": "0.40.0-rc.1"
}
}