Files
react-native-code-push/package.json
2016-11-15 17:49:01 -08:00

59 lines
1.5 KiB
JSON

{
"name": "react-native-code-push",
"version": "1.16.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": "1.8.0-beta",
"glob": "^5.0.15",
"inquirer": "1.1.2",
"plist": "1.2.0"
},
"devDependencies": {
"archiver": "latest",
"body-parser": "latest",
"code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework",
"del": "latest",
"express": "latest",
"gulp-typescript": "2.12.2",
"gulp-insert": "latest",
"gulp-tslint": "latest",
"mkdirp": "latest",
"q": "^1.4.1",
"run-sequence": "latest"
},
"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"
}
}
}