1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/package.json

33 lines
870 B
JSON
Raw Normal View History

2016-02-23 19:55:02 +08:00
{
2016-02-23 19:03:37 +08:00
"name": "react-native-update",
2020-09-24 22:45:12 +08:00
"version": "5.8.3",
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",
2020-02-19 00:34:36 +08:00
"build-lib": "$ANDROID_HOME/ndk-bundle/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_LIBS_OUT=android/lib"
2016-02-23 19:55:02 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
},
2018-07-20 17:01:12 +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": {
"react-native": ">=0.27.0"
2016-02-23 19:55:02 +08:00
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
2020-08-31 11:47:08 +08:00
"dependencies": {
2020-08-31 18:39:03 +08:00
"uuid": "3"
2020-08-31 11:47:08 +08:00
}
2016-02-23 19:55:02 +08:00
}