-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 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
{
"name": "mapbox-viewer",
"version": "1.0.0",
"description": "A mapbox wrapper",
"main": "rollup.config.js",
"dependencies": {
"install": "^0.13.0",
"npm": "^6.14.18",
"rollup-plugin-node-resolve": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0"
},
"scripts": {
"build": "rollup -c",
"proximity": "rollup -c ./config/proximity-viewer-prd.rollup.js",
"population": "rollup -c ./config/population-viewer-prd.rollup.js",
"lode-viewer": "rollup -c ./config/lode-viewer-prd.rollup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSBP-CPSE/web-mapping-dev.git"
},
"keywords": [
"mapbox"
],
"bugs": {
"url": "https://github.com/CSBP-CPSE/web-mapping-dev/issues"
},
"homepage": "https://github.com/CSBP-CPSE/web-mapping-dev"
}