-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "FCC_Fixed_Broadband_Deployment_Data",
"version": "1.1.0",
"description": "FCC Fixed Broadband Deployment Data - June 2016",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FCC/fixed-broadband-deployment-data.git"
},
"keywords": [
"fcc",
"contour",
"API",
"node"
],
"author": "FCC",
"license": "https://github.com/18F/open-source-policy/blob/master/LICENSE.md",
"bugs": {
"url": "https://github.com/FCC/fixed-broadband-deployment-data/issues"
},
"homepage": "https://github.com/FCC/fixed-broadband-deployment-data/blob/dev/README.md",
"dependencies": {
"bootstrap": "^3.3.7",
"chart.js": "^2.9.4",
"datatables.net": "^1.10.22",
"datatables.net-responsive": "^2.1.0",
"font-awesome": "^4.7.0",
"hoek": "^6.1.3",
"jquery": ">=3.5.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"chai": "^3.5.0",
"diff": ">=3.5.0",
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-ssi": "^0.2.1",
"grunt-string-replace": "^1.3.1",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"lodash": ">=4.17.21",
"mocha": "^8.1.0",
"mocha-jsdom": "^1.1.0",
"mochawesome": "^6.1.1",
"node.extend": ">=1.1.7",
"nodemon": "^2.0.4",
"sinon": "^1.17.6",
"supertest": "^4.0.2",
"time-grunt": "^1.4.0"
}
}