forked from raincatcher-beta/raincatcher-demo-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.1 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
{
"name": "wfm2",
"version": "2.3.1",
"description": "A WFM2 PoC using the mediator pattern",
"repository": "https://github.com/feedhenry-raincatcher/raincatcher-demo-mobile.git",
"engines": {
"node": "0.10.0",
"npm": "2.0.0"
},
"scripts": {
"test": "grunt eslint"
},
"keywords": [
"wfm"
],
"author": "Brian Leathem",
"license": "MIT",
"dependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.3",
"angular-aria": "1.5.7",
"angular-material": "1.0.7",
"angular-messages": "1.5.3",
"angular-timeago": "0.2.4",
"angular-touch": "1.5.3",
"angular-ui-router": "0.2.18",
"async": "1.5.2",
"body-parser": "1.15.0",
"config-chain": "1.1.10",
"express": "4.14.0",
"fh-js-sdk": "2.18.4",
"fh-wfm-appform": "0.0.25",
"fh-wfm-camera": "0.0.10",
"fh-wfm-file": "0.0.9",
"fh-wfm-map": "0.0.11",
"fh-wfm-mediator": "0.3.1",
"fh-wfm-message": "0.1.0",
"fh-wfm-result": "0.1.1",
"fh-wfm-risk-assessment": "0.0.16",
"fh-wfm-signature": "0.0.18",
"fh-wfm-sync": "0.1.0",
"fh-wfm-user": "0.3.1",
"fh-wfm-vehicle-inspection": "0.0.14",
"fh-wfm-workflow": "0.1.1",
"fh-wfm-workorder": "0.1.1",
"lodash": "4.7.0",
"mediator-js": "~0.9.9",
"moment": "~2.17.1",
"q": "1.4.1",
"rx": "~4.1.0",
"shortid": "~2.2.6",
"underscore": "~1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.6.2",
"browserify": "13.3.0",
"browserify-ngannotate": "~2.0.0",
"browserify-shim": "3.8.12",
"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.1.0",
"grunt-newer": "1.1.2",
"grunt-rev": "0.1.0",
"grunt-sass": "1.1.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-read-json": "^1.1.0",
"load-grunt-tasks": "3.4.1",
"time-grunt": "1.3.0",
"uglifyify": "~3.0.4"
}
}