forked from raincatcher-beta/raincatcher-demo-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.02 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
{
"name": "wfm2",
"version": "2.0.0-alpha.4",
"description": "A WFM2 PoC using the mediator pattern",
"repository": "https://github.com/feedhenry-raincatcher/raincatcher-demo-portal.git",
"engines": {
"node": "0.10.0",
"npm": "2.0.0"
},
"main": "application.js",
"scripts": {
"start": "node application.js",
"test": "grunt eslint"
},
"keywords": [
"wfm"
],
"author": "Brian Leathem",
"license": "MIT",
"dependencies": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-aria": "1.5.3",
"angular-material": "1.0.7",
"angular-messages": "1.5.3",
"angular-timeago": "0.2.4",
"angular-ui-router": "0.2.18",
"async": "1.5.2",
"body-parser": "1.15.0",
"c3": "0.4.11",
"config-chain": "1.1.10",
"cors": "2.7.1",
"d3": "3.5.16",
"express": "4.14.0",
"fh-js-sdk": "git+https://github.com/feedhenry/fh-js-sdk.git",
"fh-wfm-analytics": "0.0.7",
"fh-wfm-appform": "0.0.24",
"fh-wfm-camera": "0.0.8",
"fh-wfm-file": "0.0.7",
"fh-wfm-map": "0.0.8",
"fh-wfm-mediator": "0.0.15",
"fh-wfm-message": "0.0.15",
"fh-wfm-result": "0.0.16",
"fh-wfm-risk-assessment": "0.0.14",
"fh-wfm-schedule": "0.0.11",
"fh-wfm-sync": "0.0.16",
"fh-wfm-user": "0.0.25",
"fh-wfm-vehicle-inspection": "0.0.12",
"fh-wfm-workflow": "0.0.26",
"fh-wfm-workorder": "0.0.27",
"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"
},
"devDependencies": {
"browserify-ngannotate": "^2.0.0",
"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-newer": "1.1.2",
"grunt-rev": "0.1.0",
"grunt-sass": "1.1.0",
"load-grunt-tasks": "3.4.1",
"time-grunt": "1.3.0",
"uglifyify": "^3.0.1"
}
}