-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.12 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
{
"scripts": {
"test": "testcafe chrome,firefox tests"
},
"devDependencies": {
"testcafe": "^1.4.1"
},
"dependencies": {
"bootstrap": "^3.4.1",
"crossfilter2": "^1.4.7",
"d3": "^5.7.0",
"d3-tip": "^0.9.1",
"dc": "^3.0.9",
"dc.leaflet": "^0.4.0",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"json-editor": "^0.7.28",
"leaflet": "^1.3.4",
"leaflet-easybutton": "^2.4.0",
"leaflet-minimap": "^3.6.1",
"leaflet-mouse-position": "^1.2.0",
"leaflet.markercluster": "^1.4.1"
},
"name": "empd-viewer",
"description": "EMPD Database viewer",
"version": "0.0.1",
"main": "js/setup.js",
"directories": {
"js": "js",
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EMPD2/EMPD-viewer.git"
},
"keywords": [
"EMPD",
"EPD",
"pollen",
"database",
"neotoma",
"proxy",
"climate"
],
"author": "Philipp S. Sommer",
"license": "MIT",
"bugs": {
"url": "https://github.com/EMPD2/EMPD-viewer/issues"
},
"homepage": "https://github.com/EMPD2/EMPD-viewer#readme"
}