forked from JuanIrache/dji-srt-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 791 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
{
"name": "dji_srt_visualization",
"version": "1.0.3",
"description": "Data visualisation tool for DJI drones",
"repository": {
"type": "git",
"url": "git://github.com/JuanIrache/dji-srt-viewer.git"
},
"main": "sketch.js",
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"dji_srt_parser": "^1.0.27",
"latlon_to_xy": "^1.0.2",
"mapbox_static_helper": "^1.0.1",
"p5_gui": "^1.0.1",
"togpx": "^0.5.4",
"tokml": "^0.4.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"brfs": "^2.0.0",
"browserify": "^16.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Juan Irache",
"license": "ISC"
}