This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
121 lines (121 loc) · 3.33 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "owning-a-home",
"description": "Owning A Home",
"version": "2.0.12",
"homepage": "http://github.com/cfpb/owning-a-home",
"author": {
"name": "Consumer Financial Protection Bureau",
"url": "http://cfpb.github.io/"
},
"repository": {
"type": "git",
"url": "http://github.com/cfpb/owning-a-home.git"
},
"bugs": {
"url": "http://github.com/cfpb/owning-a-home/issues"
},
"licenses": [
{
"type": "Public Domain",
"url": "http://github.com/cfpb/owning-a-home/blob/master/TERMS.md"
}
],
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test",
"postinstall": "grunt vendor"
},
"devDependencies": {
"browserify": "3.44.2",
"browserify-shim": "3.4.1",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"debowerify": "~0.7.1",
"es5-shim": "^4.1.7",
"es6-promise": "^2.1.1",
"factor-bundle": "~2.5.0",
"flux": "^2.0.1",
"grunt": "~0.4.2",
"grunt-autoprefixer": "~0.6.5",
"grunt-banner": "latest",
"grunt-bower-task": "~0.4.0",
"grunt-browserify": "~4.0.1",
"grunt-combine-media-queries": "~1.0.2",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-eslint": "^18.1.0",
"grunt-mocha-istanbul": "^2.3.1",
"grunt-newer": "^0.7.0",
"grunt-shell": "~0.3.0",
"grunt-string-replace": "latest",
"grunt-usemin": "~2.4.0",
"istanbul": "^0.3.5",
"jsdom": "4.2.0",
"load-grunt-config": "^0.13.1",
"load-grunt-tasks": "^0.6.0",
"mocha": "2.4.5",
"mocha-jsdom": "1.1.0",
"mochify-istanbul": "^2.1.1",
"object-assign": "^2.0.0",
"react": "^0.13.2",
"react-templates": "^0.1.14",
"react-tools": "~0.13.1",
"reactify": "^1.1.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.0.0"
},
"keywords": [],
"dependencies": {
"amortize": "0.2.2",
"cfgov-sheer-templates": "^2.1.9",
"date-format": "0.0.2",
"debounce": "0.0.3",
"foreach": "2.0.4",
"format-usd": "^0.2.0",
"fuzzy-state-search": "0.1.0",
"handlebars": "1.3.0",
"hbsfy": "1.3.2",
"is-money-usd": "0.1.2",
"jquery": "1.11.0",
"jquery.scrollto": "1.4.14",
"jumbo-mortgage": "2.0.0",
"loan-calc": "0.2.1",
"median": "0.0.2",
"objectified": "0.4.5",
"overall-loan-cost": "0.3.4",
"stay-positive": "0.3.0",
"unformat-usd": "0.1.1"
},
"testling": {
"files": "test/js/*.js",
"browsers": [
"ie/8..latest",
"chrome/29..latest",
"firefox/20..latest",
"safari/latest",
"opera/12.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
],
"harness": "mocha"
},
"browser": {
"jquery-easing": "./src/static/vendor/jquery.easing/jquery.easing.js",
"highcharts": "./src/static/vendor/highcharts-release/highcharts.js",
"sticky": "./src/static/vendor/sticky/jquery.sticky.js",
"cf-expandables": "./src/static/vendor/cf-expandables/cf-expandables.js",
"tooltips": "./src/static/vendor/bootstrap/tooltip.js",
"cf-button": "./src/static/vendor/cf-buttons/CFButton.jsx"
},
"browserify-shim": "./config/shim.js"
}