mirror of
https://github.com/shuto-cn/CrashLog.git
synced 2026-04-07 00:00:01 +08:00
init
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user