-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "leaflet-point-animator",
"version": "0.0.5",
"description": "Animate GeoJSON point features using an arbitrary time property",
"main": "dist/leaflet-point-animator.js",
"license": "SEE LICENSE IN LICENCE",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/gulp/bin/gulp.js"
},
"keywords": [
"leaflet",
"visualization",
"visualisation",
"geojson",
"overlay"
],
"repository": {
"type": "git",
"url": "https://github.com/onaci/leaflet-point-animator.git"
},
"bugs": {
"url": "https://github.com/onaci/leaflet-point-animator/issues"
},
"homepage": "https://github.com/onaci/leaflet-point-animator#readme",
"author": "[email protected]",
"peerDependencies": {
"leaflet": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-preset-es2015": "^6.24.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.3",
"prettier": "^2.1.1",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-web-worker-loader": "^1.3.1"
}
}