9
0
mirror of https://gitee.com/shuto/CrashLog.git synced 2024-10-06 02:52:07 +08:00
CrashLog/package.json
2019-10-12 18:19:24 +08:00

22 lines
426 B
JSON

{
"name": "crash-log-cordova-plugin",
"version": "1.0.0",
"description": "save crash info to log file.",
"cordova": {
"id": "crash-log-cordova-plugin",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuto-cn/crash-log-cordova-plugin.git"
},
"keywords": [
"cordova",
"crash",
"log"
],
"author": "shuto",
"license": "MIT"
}