-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 987 Bytes
/
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
{
"name": "radlquartier",
"version": "0.0.1",
"description": "Command-line tool to prepare and extract bike sharing data. Plus example implementations of visualizations and a example website.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bAckmumu/radlquartier.git"
},
"author": "Manuel Hartmann",
"license": "ISC",
"bugs": {
"url": "https://github.com/bAckmumu/radlquartier/issues"
},
"homepage": "https://github.com/bAckmumu/radlquartier#readme",
"dependencies": {
"@asymmetrik/leaflet-d3": "^3.1.0",
"@turf/turf": "^5.1.6",
"bootstrap": "^4.3.1",
"cli-progress": "^1.8.0",
"commander": "^2.15.1",
"d3": "^5.0.0",
"d3-hexbin": "^0.2.2",
"leaflet": "^1.0.3",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"simple-statistics": "^5.3.0",
"uuid": "^3.2.1",
"xml-mapping": "^1.7.1"
}
}