forked from mocnik-science/geogrid.js
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.12 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
41
42
43
44
45
46
{
"name": "geogrid.js",
"version": "0.1.6",
"description": "Leaflet plugin for Visualizing Discrete Global Grid Systems",
"keywords": [
"visualization",
"map",
"grid",
"ISEA",
"DGGS",
"leaflet"
],
"repository": {
"type": "git",
"url": "https://github.com/mocnik-science/geogrid.js"
},
"main": "dist/geogrid.min.js",
"unpkg": "dist/geogrid.min.js",
"fiels": [
"dist"
],
"scripts": {
"build": "webpack",
"clean": "rm -rf node_modules && rm -rf dist && rm -rf example/libs",
"postinstall": "webpack",
"prepublish": "yarn build"
},
"author": "Franz-Benjamin Mocnik <[email protected]> (http://www.mocnik-science.net)",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"vptree.js": "fpirsch/vptree.js",
"webpack": "^5.10.0",
"webpack-sources": "^2.2.0",
"worker-loader": "^3.0.6"
},
"devDependencies": {
"webpack-cli": "^4.2.0"
}
}