0 Star 4 Fork 3

herist / cordova-pos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 979 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
{
"name": "com.pos.index",
"displayName": "CordovaPos",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Team",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^5.1.1",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-qrscanner": "^2.6.0",
"cordova-plugin-whitelist": "^1.3.3",
"phonegap-nfc": "^1.0.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-nfc": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-camera": {},
"cordova-plugin-device": {}
},
"platforms": [
"android"
]
}
}
Java
1
https://gitee.com/herist/cordova-pos.git
git@gitee.com:herist/cordova-pos.git
herist
cordova-pos
cordova-pos
master

搜索帮助