-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 767 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
{
"name": "map",
"version": "1.0.0",
"description": "NYC Sewer Data Map",
"main": "index.js",
"dependencies": {
"express": "^4.17.1",
"leaflet-draw": "^1.0.4",
"leaflet-groupedlayercontrol": "^0.6.1",
"leaflet-makimarkers": "^3.1.0",
"leaflet-search": "^2.9.9",
"leaflet-sidebar-v2": "^3.2.3",
"leaflet.markercluster.layersupport": "^2.0.1",
"leaflet.zoomhome": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allan-lu/map.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/allan-lu/map/issues"
},
"homepage": "https://github.com/allan-lu/map#readme"
}