forked from osm-in/osm-in.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "openstreetmap.in",
"version": "1.0.0",
"description": "OpenStreetMap of India",
"private": "true",
"directories": {
"example": "examples"
},
"scripts": {
"start": "webpack-dev-server --open --watch",
"build": "webpack --mode production",
"watch": "webpack --watch --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osm-in/openstreetmap.in.git"
},
"author": "Arun Ganesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/osm-in/openstreetmap.in/issues"
},
"homepage": "https://github.com/osm-in/openstreetmap.in#readme",
"dependencies": {
"mapbox-gl-controls": "^1.6.5",
"moment": "^2.29.0",
"rss-parser": "^3.9.0",
"timediff": "^1.1.1",
"xml2js": "^0.4.23",
"@turf/bbox-polygon": "^6.0.1"
},
"devDependencies": {
"browserify-livereload": "^1.0.10",
"watchify": "^3.11.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}