forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.2 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
{
"repository": {
"type": "git",
"url": "http://github.com/cfpb/cfgov-refresh.git"
},
"engines": {
"node": ">=4.1.0"
},
"devDependencies": {
"banner-footer-webpack-plugin": "git://github.com/dtothefp/banner-footer-webpack-plugin.git",
"browser-sync": "^2.8.0",
"cf-component-demo": "git://github.com/cfpb/cf-component-demo.git#0.8.2",
"chai": "^3.3.0",
"dateformat": "^1.0.11",
"del": "^2.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^2.3.0",
"gulp-istanbul": "^0.10.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.3",
"gulp-mq-remove": "0.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sitespeedio": "0.0.6",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"handlebars": "^4.0.3",
"imports-loader": "^0.6.4",
"istanbul": "^0.3.20",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "^2.4.0",
"jquery": "^1.11.3",
"jsdom": "^6.5.1",
"lodash": "^3.10.0",
"minimist": "^1.1.3",
"mkdirp": "^0.5.1",
"mocha": "^2.2.4",
"mocha-jsdom": "^1.0.0",
"protractor": "^2.2.0",
"require-dir": "^0.3.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.0",
"webpack-stream": "^2.1.0",
"wcag": "^0.2.2"
},
"browser": {
"dateformat": "./node_modules/dateformat/lib/dateformat.js",
"handlebars": "./vendor/handlebars/handlebars.min.js",
"history": "./vendor/history.js/scripts/bundled-uncompressed/html5/jquery.history.js",
"jquery": "./node_modules/jquery/dist/jquery.js",
"jquery-easing": "./vendor/jquery.easing/js/jquery.easing.js",
"cf-expandables": "./vendor/cf-expandables/src/js/cf-expandables.js",
"chosen": "./vendor/chosen/chosen.jquery.js",
"slick": "./vendor/slick-carousel/slick/slick.js",
"string_score": "./vendor/string_score/string_score.js",
"validate": "./vendor/validate/validate.js"
}
}