mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
35 lines
881 B
JSON
35 lines
881 B
JSON
{
|
|
"name": "react-native-code-push",
|
|
"version": "1.11.0-beta",
|
|
"description": "React Native plugin for the CodePush service",
|
|
"main": "CodePush.js",
|
|
"homepage": "https://microsoft.github.io/code-push",
|
|
"keywords": [
|
|
"react-native",
|
|
"code",
|
|
"push"
|
|
],
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/react-native-code-push"
|
|
},
|
|
"dependencies": {
|
|
"code-push": "1.8.0-beta"
|
|
},
|
|
"rnpm": {
|
|
"android": {
|
|
"packageInstance": "new CodePush(${androidDeploymentKey}, this, BuildConfig.DEBUG)"
|
|
},
|
|
"ios": {
|
|
"sharedLibraries": ["libz"]
|
|
},
|
|
"params": [{
|
|
"type": "input",
|
|
"name": "androidDeploymentKey",
|
|
"message": "What is your CodePush deployment key for Android (hit <ENTER> to ignore)"
|
|
}]
|
|
}
|
|
}
|