forked from stefanocudini/gpx-simplify-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "gpx-simplify-optimizer",
"version": "0.0.1",
"description": "Online Simplifier and Optimizer for GPX tracks.",
"repository": {
"type": "git",
"url": "[email protected]:stefanocudini/gpx-simplify-optimizer.git"
},
"homepage": "http://labs.easyblog.it/maps/gpx-simplify-optimizer/",
"author": {
"name": "Stefano Cudini",
"email": "[email protected]",
"url": "http://labs.easyblog.it/"
},
"license": "MIT",
"keywords": [
"gis",
"map",
"leaflet",
"gpx",
"track"
],
"dependencies": {
"leaflet": "*"
},
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-sass": "*",
"grunt-scss-lint": "*"
}
}