This repository was archived by the owner on Oct 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.66 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.66 KB
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
{
"name": "sentia",
"version": "0.1.0",
"description": "Enlightenment for your Environment",
"homepage": "http://sentia.demo.cfpb.gov",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "tech@cfpb.gov",
"url": "http://consumerfinance.gov"
},
"license": "CC0",
"keywords": [
"sentia"
],
"devDependencies": {
"chai": "^3.0.0",
"finalhandler": "^0.3.3",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~2.0.0",
"grunt-banner": "~0.2.3",
"grunt-bower-concat": "^0.5.0",
"grunt-bower-task": "~0.4.0",
"grunt-casper": "^0.4.2",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-karma": "^0.10.1",
"grunt-legacssy": "~0.4.0",
"grunt-mocha-cli": "^1.13.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-string-replace": "~1.0.0",
"grunt-topdoc": "~0.3.0",
"json2csv": "^2.2.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"load-grunt-tasks": "~1.0.0",
"mocha": "^2.2.5",
"request": "^2.57.0",
"should": "^6.0.3",
"sinon": "^1.14.1",
"supertest": "^1.0.1",
"time-grunt": "~1.0.0"
},
"dependencies": {
"async": "^0.9.2",
"aws-sdk": "^2.1.50",
"body-parser": "^1.12.2",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.3",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~2.0.0",
"grunt-banner": "~0.2.3",
"grunt-bower-concat": "^0.5.0",
"grunt-bower-task": "~0.4.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-legacssy": "~0.4.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-string-replace": "~1.0.0",
"grunt-topdoc": "~0.3.0",
"handlebars": "^4.0.2",
"hbs": "~3.0.1",
"hoops": "^0.2.1",
"https-proxy-agent": "^1.0.0",
"jade": "^1.9.2",
"load-grunt-tasks": "~1.0.0",
"lodash": "^3.10.1",
"morgan": "~1.5.1",
"proxy-agent": "^2.0.0",
"q": "^1.4.1",
"qs": "^3.1.0",
"serve-favicon": "~2.2.0",
"superagent": "^1.2.0",
"time-grunt": "~1.0.0",
"underscore": "^1.8.3"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install && grunt compile-cf"
}
}