mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"name": "CodePushDemoApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh --root ../../"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.15.0",
|
|
"react-native-button": "^1.2.0",
|
|
"react-native-code-push": "file:../../"
|
|
}
|
|
}
|