forked from clinicoin/clinicoin-hybrid-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "clinicoin-hybrid-app",
"version": "1.0.0",
"main": "/src/index.html",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"lodash": "^4.17.5",
"minilog": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/clinicoin/clinicoin-hybrid-app"
},
"dependencies": {
"cordova-custom-config": "5.0.2",
"cordova-plugin-inappbrowser": "2.0.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "5.0.1",
"cordova-plugin-whitelist": "1.3.3",
"mdi": "^2.1.99",
"monaca-plugin-inappupdater": "4.1.0",
"monaca-plugin-monaca-core": "3.2.0",
"phonegap-plugin-barcodescanner": "file:plugins/phonegap-plugin-barcodescanner"
},
"cordova": {
"plugins": {
"phonegap-plugin-barcodescanner": {},
"cordova-plugin-local-notification": {},
"monaca-plugin-monaca-core": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-custom-config": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"monaca-plugin-inappupdater": {}
}
}
}