mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"name": "HybridMobileDeployCompanion",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.8.0-rc",
|
|
"react-native-hybrid-mobile-deploy": "file:../..",
|
|
"react-native-button": "^1.2.0"
|
|
}
|
|
}
|