forked from FCC/fixed-broadband-deployment-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.57 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
{
"name": "FCC_BPR_2016",
"version": "0.9.0",
"description": "FCC BPR 2016",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R mochawesome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FCC/bpr-mapping-node"
},
"keywords": [
"fcc",
"contour",
"API",
"node"
],
"author": "FCC",
"license": "",
"bugs": {
"url": "https://github.com/FCC/bpr-mapping-node"
},
"homepage": "",
"dependencies": {
"bootstrap": "^3.3.7",
"chart.js": "^2.3.0",
"datatables.net": "^1.10.12",
"datatables.net-responsive": "^2.1.0",
"font-awesome": "^4.7.0",
"istanbul": "0.4.0",
"jquery": "~1.11.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"chai": "^3.5.0",
"grunt": "~0.4.2",
"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": "^1.4.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",
"jsdom": "^9.8.3",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.0.0",
"mocha-jsdom": "^1.1.0",
"mochawesome": "^1.5.3",
"nodemon": "^1.10.0",
"sinon": "^1.17.6",
"supertest": "^2.0.0",
"time-grunt": "^1.4.0"
}
}