-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
81 lines (81 loc) · 2.14 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
{
"name": "fh-wfm-demo-portal",
"version": "2.8.0",
"description": "A WFM2 PoC using the mediator pattern",
"repository": "https://github.com/feedhenry-raincatcher/raincatcher-demo-portal.git",
"engines": {
"node": ">=4.4 <=6.10"
},
"main": "application.js",
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"keywords": [
"wfm"
],
"author": "Brian Leathem",
"license": "MIT",
"dependencies": {
"cors": "2.8.3",
"express": "4.15.3"
},
"devDependencies": {
"angular": "1.6.1",
"angular-aria": "1.5.3",
"angular-animate": "1.5.3",
"angular-material": "1.0.7",
"angular-ui-router": "0.4.2",
"async": "1.5.2",
"c3": "0.4.11",
"debug": "2.6.3",
"d3": "3.5.16",
"fh-js-sdk": "2.18.6",
"fh-wfm-camera": "0.0.10",
"fh-wfm-file": "0.4.0",
"fh-wfm-file-angular": "0.1.2",
"fh-wfm-map": "0.0.12",
"fh-wfm-mediator": "0.3.4",
"fh-wfm-result": "0.2.4",
"fh-wfm-risk-assessment": "0.0.18",
"fh-wfm-schedule": "0.0.13",
"fh-wfm-signature": "0.0.19",
"fh-wfm-sync": "1.0.0",
"fh-wfm-user": "0.6.4",
"fh-wfm-user-angular": "0.2.5",
"fh-wfm-vehicle-inspection": "0.0.15",
"fh-wfm-workorder": "0.2.4",
"fh-wfm-workflow": "0.2.5",
"fh-wfm-workflow-angular": "0.2.6",
"fh-wfm-workorder-angular": "0.3.3",
"lodash": "4.7.0",
"mediator-js": "^0.9.9",
"moment": "^2.16.0",
"ng-sortable": "1.3.4",
"q": "1.4.1",
"rx": "^4.1.0",
"shortid": "^2.2.6",
"underscore": "^1.8.3",
"angular-mocks": "1.6.1",
"browserify": "^14.1.0",
"browserify-ngannotate": "^2.0.0",
"browserify-shim": "3.8.13",
"grunt": "0.4.5",
"grunt-browserify": "5.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-mochify": "^0.3.0",
"grunt-newer": "1.1.2",
"grunt-rev": "0.1.0",
"grunt-sass": "1.1.0",
"load-grunt-tasks": "3.4.1",
"should": "8.3.0",
"sinon": "1.17.6",
"sinon-as-promised": "4.0.2",
"time-grunt": "1.3.0",
"uglifyify": "^3.0.1"
}
}