redlightscan-cordova-plugin/package.json

21 lines
414 B
JSON
Raw Normal View History

2021-09-24 11:50:53 +08:00
{
"name": "redlightscan-cordova-plugin",
"version": "1.0.0",
"description": "red light scanner plugin",
"cordova": {
"id": "redlightscan-cordova-plugin",
2021-09-24 13:27:52 +08:00
"platforms": [
"android"
]
2021-09-24 11:50:53 +08:00
},
"repository": {
"type": "git",
2021-09-24 13:27:52 +08:00
"url": "http://m.shuto.cn:8680/center/redlightscan-cordova-plugin.git"
2021-09-24 11:50:53 +08:00
},
"keywords": [
"ecosystem:cordova"
],
"author": "wux",
"license": "ISC"
}