forked from cfpb/college-costs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "college-costs",
"version": "0.1.0",
"description": "College costs calculator",
"homepage": "http://www.github.com/cfpb/college-costs/",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "https://cfpb.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/cfpb/capital-framework.git"
},
"license": "CC0",
"keywords": [
"college-costs"
],
"scripts": {
"test": "mocha test/js-unit/"
},
"devDependencies": {
"browser-sync": "^2.8.0",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"del": "^1.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mq-remove": "0.0.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jquery": "^1.11.3",
"mocha": "^2.3.4",
"pretty-hrtime": "^1.0.0",
"protractor": "^3.0.0",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"format-usd": "^0.2.0",
"student-debt-calc": "0.0.6"
}
}