forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 575 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 575 Bytes
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
{
"name": "react-native-code-push",
"version": "1.6.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.5.1-beta",
"semver": "^5.1.0"
},
"devDependencies": {
"react-native": "0.15.0"
}
}