-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 880 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 880 Bytes
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": "HomeLocator",
"dependencies": {
"bluebird": "^3.7.2",
"bootstrap": "^5.0.1",
"chart.js": "^3.3.0",
"elm-pep": "^1.0.6",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jquery": "^3.6.0",
"ol": "^6.5.0",
"ol-ext": "^3.2.2",
"ol-geocoder": "^4.1.2",
"ol-layerswitcher": "^3.8.3",
"ol-mapbox-style": "^6.3.2",
"openrouteservice-js": "^0.1.18",
"ors": "^1.0.0",
"parcel": "^2.0.0-beta.1",
"parcel-bundler": "^1.12.5",
"pg-promise": "^10.10.2",
"proj4": "^2.7.2"
},
"devDependencies": {
"parcel": "^2.0.0-beta.1",
"parcel-bundler": "^1.12.5"
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node module.js",
"start": "parcel index.html",
"build": "parcel build --public-url . index.html"
},
"author": "",
"license": "ISC"
}