1 Star 0 Fork 0

yubo_725 / react-native-code-push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Artem Egorov 提交于 2018-03-15 17:59 . Update code-push dependency (#1231)
{
"name": "react-native-code-push",
"version": "1000.0.0-beta",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"typings": "typings/react-native-code-push.d.ts",
"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": "2.0.5",
"glob": "^5.0.15",
"hoist-non-react-statics": "^2.3.1",
"inquirer": "1.1.2",
"plist": "1.2.0",
"xcode": "0.9.2"
},
"devDependencies": {
"archiver": "latest",
"body-parser": "latest",
"code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework",
"del": "latest",
"express": "latest",
"gulp-insert": "latest",
"gulp-tslint": "latest",
"gulp-typescript": "2.12.2",
"mkdirp": "latest",
"q": "^1.4.1",
"run-sequence": "latest",
"tslint": "^4.3.1",
"typescript": "^2.1.5"
},
"rnpm": {
"android": {
"packageInstance": "new CodePush(${androidDeploymentKey}, getApplicationContext(), BuildConfig.DEBUG)"
},
"ios": {
"sharedLibraries": [
"libz"
]
},
"params": [
{
"type": "input",
"name": "androidDeploymentKey",
"message": "What is your CodePush deployment key for Android (hit <ENTER> to ignore)"
}
],
"commands": {
"postlink": "node node_modules/react-native-code-push/scripts/postlink/run"
}
}
}
1
https://gitee.com/yubo725/react-native-code-push.git
git@gitee.com:yubo725/react-native-code-push.git
yubo725
react-native-code-push
react-native-code-push
master

搜索帮助