cordova-plugin-cescit-integ.../package.json

27 lines
639 B
JSON
Raw Normal View History

2020-12-31 16:38:20 +08:00
{
"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",
2021-01-03 17:19:51 +08:00
"url": "git+https://github.com/en-lwj/cordova-plugin-cescit-integrity.git"
2020-12-31 16:38:20 +08:00
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
2021-01-03 17:19:51 +08:00
}