2016-02-23 19:55:02 +08:00
|
|
|
{
|
2016-02-23 19:03:37 +08:00
|
|
|
"name": "react-native-update",
|
2018-06-01 15:03:00 +08:00
|
|
|
"version": "5.0.2",
|
2016-02-23 19:03:37 +08:00
|
|
|
"description": "react-native hot update",
|
2016-04-05 15:36:05 +08:00
|
|
|
"main": "lib/index.js",
|
2016-02-23 19:55:02 +08:00
|
|
|
"scripts": {
|
2016-02-24 01:10:49 +08:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"prepublish": "node_modules/.bin/babel local-cli/src --out-dir local-cli/lib"
|
2016-02-23 19:55:02 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
|
|
|
},
|
2017-10-19 17:41:34 +08:00
|
|
|
"keywords": ["react-native", "ios", "android", "update"],
|
2016-02-23 19:55:02 +08:00
|
|
|
"author": "reactnativecn",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2016-06-27 21:02:47 +08:00
|
|
|
"react-native": ">=0.27.0"
|
2016-02-23 19:55:02 +08:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"cli-arguments": "^0.2.1",
|
|
|
|
"fs-promise": "^0.4.1",
|
2016-04-02 20:55:03 +08:00
|
|
|
"ipa-metadata": "^1.4.0",
|
2016-02-23 19:55:02 +08:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
|
|
|
"mkdir-recursive": "^0.2.1",
|
2016-04-02 20:55:03 +08:00
|
|
|
"node-apk-parser": "^0.2.3",
|
2016-04-02 23:39:09 +08:00
|
|
|
"progress": "^1.1.8",
|
2016-02-23 19:55:02 +08:00
|
|
|
"read": "^1.0.7",
|
2016-04-02 23:39:09 +08:00
|
|
|
"request": "^2.69.0",
|
2016-04-06 13:34:52 +08:00
|
|
|
"rimraf": "^2.5.2",
|
2016-08-17 21:25:11 +08:00
|
|
|
"yauzl": "2.4.1",
|
2016-07-01 15:33:15 +08:00
|
|
|
"yazl": "2.3.0"
|
2016-02-23 19:55:02 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.5.1",
|
|
|
|
"babel-eslint": "^4.1.6",
|
|
|
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
|
|
|
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.3.13",
|
|
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
|
|
|
|
"babel-plugin-transform-es2015-destructuring": "^6.3.15",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
|
|
|
|
"babel-plugin-transform-es2015-parameters": "^6.5.0",
|
|
|
|
"babel-plugin-transform-es2015-spread": "^6.5.2",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.5.0",
|
|
|
|
"babel-plugin-transform-strict-mode": "^6.5.2"
|
2018-06-01 15:03:00 +08:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"cert-downloader": "0.2.1"
|
2016-02-23 19:55:02 +08:00
|
|
|
}
|
|
|
|
}
|