-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.03 KB
/
bower.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
{
"name": "Vietnam Dengue - Risk Map",
"version": "0.0.1",
"authors": [
"Wangoru Kihara <[email protected]>"
],
"description": "A system for visualization of the Dengue Risk Map for Vietnam",
"main": "ran.py",
"keywords": [
"Vietnam",
"Dengue",
"Risk Map",
"R",
"Modelling"
],
"license": "GPLv3",
"homepage": "http://azizi.ilri.org/vietnam_dengue/",
"ignore": [
"**/.*",
"node_modules",
"bower",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"bootstrap": "*",
"jQuery-Autocomplete": "https://github.com/devbridge/jQuery-Autocomplete.git",
"bootstrap-validator": "^0.11.5",
"jquery-serialize-object": "^2.5.0",
"jquery-form": "^3.46.0",
"leaflet": "*",
"heatmap": "https://github.com/pa7/heatmap.js.git",
"heatmap.js-amd": "^2.0.5",
"hoverintent": "https://github.com/briancherne/jquery-hoverIntent",
"d3-cloud": "https://github.com/jasondavies/d3-cloud.git",
"d3": "^3.5.14",
"sprintf": "^1.1.1"
},
"private": true
}