基础版本
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f5c8339
--- /dev/null
+++ b/package.json
@@ -0,0 +1,58 @@
+{
+ "name": "com.supwisdom.dlapp",
+ "displayName": "大理市民卡",
+ "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"
+ },
+ "keywords": [
+ "ecosystem:cordova"
+ ],
+ "author": "Apache Cordova Team",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "cordova-android": "^8.0.0",
+ "cordova-browser": "^6.0.0",
+ "cordova-ios": "^5.0.1",
+ "cordova-plugin-advanced-http": "^2.1.1",
+ "cordova-plugin-camera": "^4.0.3",
+ "cordova-plugin-device": "^2.0.2",
+ "cordova-plugin-disable-ios11-statusbar": "^1.0.0",
+ "cordova-plugin-file": "^6.0.1",
+ "cordova-plugin-fingerprint-aio": "^1.7.0",
+ "cordova-plugin-inappbrowser": "^3.0.0",
+ "cordova-plugin-qrscanner": "^3.0.1",
+ "cordova-plugin-statusbar": "^2.4.2",
+ "cordova-plugin-themeablebrowser": "^0.2.18",
+ "cordova-plugin-touch-id": "^3.4.0"
+ },
+ "cordova": {
+ "plugins": {
+ "cordova-plugin-fingerprint-aio": {
+ "FACEID_USAGE_DESCRIPTION": "认证中..."
+ },
+ "cordova-plugin-touch-id": {},
+ "cordova-plugin-whitelist": {},
+ "cordova-plugin-advanced-http": {
+ "OKHTTP_VERSION": "3.10.0"
+ },
+ "cordova-plugin-statusbar": {},
+ "cordova-plugin-disable-ios11-statusbar": {},
+ "cordova-plugin-qrscanner": {},
+ "cordova-plugin-camera": {},
+ "cordova-plugin-inappbrowser": {},
+ "cordova-plugin-device": {},
+ "cordova-plugin-themeablebrowser": {}
+ },
+ "platforms": [
+ "android",
+ "browser",
+ "ios"
+ ]
+ },
+ "devDependencies": {
+ "cordova-plugin-whitelist": "^1.3.3"
+ }
+}
\ No newline at end of file