-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "batbox",
"version": "0.1.0",
"description": "### Visualisation utility for Wildlife Acoustics and GUANO-tagged data exports",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.9.0",
"datatables.net-dt": "^1.10.22",
"datepair.js": "^0.4.16",
"heatmap.js": "^2.0.5",
"jquery": "^3.5.0",
"leaflet": "^1.5.1",
"leaflet-heatmap": "^1.0.0",
"less": "^4.1.1",
"lightbox2": "^2.11.0",
"moment": "^2.24.0",
"timepicker": "^1.11.15"
},
"devDependencies": {
"jshint": "^2.13.0"
},
"scripts": {
"test": "./node_modules/.bin/jshint -c .jshintrc tracemap/static/tracemap/js --verbose"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/parsingphase/batbox.git"
},
"author": "Richard George <[email protected]>",
"license": "MIT",
"homepage": "https://bitbucket.org/parsingphase/batbox#readme"
}