forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-code-push",
"version": "1.10.6-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)"
}]
}
}