forked from fecgov/openFEC-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.23 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
{
"name": "openfec-web-app",
"version": "0.0.0",
"description": "Web application for the OpenFEC data search tool.",
"main": "app.js",
"devDependencies": {
"browserify": "10.2.4",
"browserify-istanbul": "^0.2.1",
"chai": "^3.2.0",
"concat-stream": "^1.5.0",
"del": "^1.2.0",
"factor-bundle": "^2.4.1",
"gulp": "3.8.11",
"gulp-extend": "^0.2.0",
"gulp-file": "^0.2.0",
"gulp-if": "1.2.5",
"gulp-minify-css": "1.1.5",
"gulp-rename": "1.2.2",
"gulp-rev": "3.0.1",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "1.2.0",
"gulp-util": "^3.0.6",
"karma": "^0.13.14",
"karma-browserify": "^4.4.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"mocha": "^2.2.5",
"preprocessify": "0.0.3",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"stringify": "^3.1.0",
"vinyl-paths": "^1.0.0",
"watchify": "^3.2.1"
},
"scripts": {
"build": "gulp build-js && gulp build-sass",
"build-js": "gulp build-js",
"build-sass": "gulp build-sass",
"watch": "gulp watch-js & gulp watch-sass",
"watch-js": "gulp watch-js",
"watch-sass": "gulp watch-sass",
"test": "karma start",
"test-single": "karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/18F/openfec-web-app.git"
},
"author": "",
"bugs": {
"url": "https://github.com/18F/openfec-web-app/issues"
},
"dependencies": {
"chroma-js": "1.0.1",
"colorbrewer": "0.0.2",
"d3": "3.5.5",
"datatables": "1.10.7",
"drmonty-datatables-responsive": "1.0.6",
"fec-style": "1.0.0",
"handlebars": "3.0.3",
"hbsfy": "2.2.1",
"intl": "1.0.0-rc-4",
"jquery": "2.1.4",
"jquery.inputmask": "3.2.2",
"keyboardjs": "0.4.2",
"leaflet": "0.7.3",
"leaflet-providers": "1.1.1",
"moment": "2.10.3",
"perfbar": "git://github.com/jmcarp/perfBar.git#issue-24",
"raven-js": "1.2.0",
"topojson": "1.6.19",
"underscore": "1.8.3",
"underscore.string": "3.2.0",
"urijs": "1.16.1",
"watchify": "3.2.1"
},
"engines": {
"node": "0.12.7",
"npm": "2.11.3"
}
}