-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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": "mapbox-gl-rain-layer",
"version": "0.7.0",
"description": "Mapbox GL Rain Layer",
"main": "dist/mapbox-gl-rain-layer.js",
"module": "dist/mapbox-gl-rain-layer.esm.js",
"dependencies": {
"three": "^0.162.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.1",
"eslint": "^8.57.1",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"mapbox-gl": "^3.7.0",
"rollup": "^4.24.0"
},
"peerDependencies": {
"mapbox-gl": ">=0.54.0"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint --cache --ignore-path .gitignore src"
},
"files": [
"dist/mapbox-gl-rain-layer.*",
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nagix/mapbox-gl-rain-layer.git"
},
"author": "Akihiko Kusanagi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nagix/mapbox-gl-rain-layer/issues"
},
"homepage": "https://nagix.github.io/mapbox-gl-rain-layer",
"jsdelivr": "dist/mapbox-gl-rain-layer.min.js",
"unpkg": "dist/mapbox-gl-rain-layer.min.js"
}