Files
react-native-code-push/package.json
2016-03-17 15:12:44 -07:00

25 lines
551 B
JSON

{
"name": "react-native-code-push",
"version": "1.9.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"
},
"devDependencies": {
"react-native": "0.19.0"
}
}