This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
96 lines (96 loc) · 2.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@raincatcher/demo-mobile",
"version": "1.1.2",
"description": "Example demo mobile application",
"scripts": {
"start": "grunt",
"build": "grunt build",
"test": "grunt eslint"
},
"keywords": [
"wfm"
],
"author": "[email protected]",
"license": "MIT",
"private": true,
"dependencies": {
"@raincatcher-examples/angularjs-extensions": "1.1.2",
"@raincatcher-examples/step-accident": "1.1.2",
"@raincatcher-examples/step-vehicle-inspection": "1.1.2",
"@raincatcher/angularjs-auth": "1.1.2",
"@raincatcher/angularjs-auth-keycloak": "1.1.2",
"@raincatcher/angularjs-auth-passport": "1.1.2",
"@raincatcher/angularjs-workflow": "1.1.2",
"@raincatcher/angularjs-workorder": "1.1.2",
"@raincatcher/datasync-client": "1.1.2",
"@raincatcher/logger": "1.1.2",
"@raincatcher/step-gallery": "1.1.2",
"@raincatcher/step-signature": "1.1.2",
"@raincatcher/wfm": "1.1.2",
"android-versions": "1.2.1",
"angular": "1.6.6",
"angular-animate": "1.6.6",
"angular-aria": "1.6.6",
"angular-material": "1.1.5",
"angular-ui-router": "0.4.3",
"async": "2.6.0",
"bluebird": "3.5.1",
"cordova-android": "6.3.0",
"cordova-browser": "5.0.1",
"cordova-plugin-camera": "3.0.0",
"cordova-plugin-compat": "1.2.0",
"cordova-plugin-console": "1.1.0",
"cordova-plugin-device": "1.1.7",
"cordova-plugin-file": "5.0.0",
"cordova-plugin-inappbrowser": "1.7.2",
"cordova-plugin-network-information": "1.3.4",
"cordova-plugin-splashscreen": "4.1.0",
"cordova-plugin-whitelist": "1.3.3",
"debug": "3.1.0",
"fh-js-sdk": "2.18.6",
"grunt-cli": "1.2.0",
"keycloak-js": "3.4.0",
"lodash": "4.17.4",
"moment": "~2.19.2",
"q": "1.5.1",
"rx": "~4.1.0",
"shortid": "~2.2.8",
"underscore": "~1.8.3"
},
"devDependencies": {
"browserify": "14.5.0",
"browserify-ngannotate": "~2.0.0",
"browserify-shim": "3.8.14",
"grunt": "1.0.1",
"grunt-browserify": "5.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "~20.1.0",
"grunt-newer": "1.3.0",
"grunt-rev": "0.1.0",
"grunt-sass": "2.0.0",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0",
"uglifyify": "~4.0.5"
},
"cordova": {
"platforms": [
"android",
"browser",
"ios"
],
"plugins": {
"cordova-plugin-camera": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {}
}
}
}