mirror of
https://github.com/en-lwj/cordova-plugin-cescit-integrity.git
synced 2026-04-17 00:04:16 +08:00
[add]添加cordova完整性检验
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "cordova-plugin-cescit-integrity",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "lwj"
|
||||
},
|
||||
"description": "本插件基于cordova-plugin-antitampering,有apk完整性检验,res资源检验,assert资源检验的功能。",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-cescit-integrity",
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/CESCIT/cordova-plugin-cescit-integrity.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:cordova",
|
||||
"cordova-android"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user