2021-01-31 13:57:01 +01:00
|
|
|
{
|
2021-02-19 23:30:18 +01:00
|
|
|
"name": "gopro-telemetry-exporter",
|
2021-02-27 16:19:31 +01:00
|
|
|
"version": "1.1.1",
|
2021-02-19 23:30:18 +01:00
|
|
|
"description": "A cli tool to parse telemetry from the GPMF track in GoPro cameras (Hero5 and later).",
|
|
|
|
"keywords": [
|
|
|
|
"GoPro",
|
|
|
|
"GPS",
|
|
|
|
"GPMF",
|
|
|
|
"mgjson",
|
|
|
|
"GPX",
|
|
|
|
"CSV",
|
|
|
|
"KML",
|
|
|
|
"geojson",
|
|
|
|
"accelerometer",
|
|
|
|
"gyroscope",
|
|
|
|
"telemetry",
|
|
|
|
"metadata",
|
|
|
|
"sensors",
|
|
|
|
"converter",
|
|
|
|
"parser",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://home.hugopoi.net/gitea/hugopoi/gopro-telemetry-exporter.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://home.hugopoi.net/gitea/hugopoi/gopro-telemetry-exporter",
|
|
|
|
"bin": "./bin/gopro-telemetry-exporter.js",
|
2021-02-19 23:32:56 +01:00
|
|
|
"files": [
|
|
|
|
"./bin"
|
|
|
|
],
|
2021-01-31 13:57:01 +01:00
|
|
|
"dependencies": {
|
2021-02-27 16:19:19 +01:00
|
|
|
"gopro-telemetry": "^1.1.35",
|
|
|
|
"gpmf-extract": "^0.1.23",
|
2021-01-31 13:57:01 +01:00
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"minimist": "^1.2.5"
|
|
|
|
},
|
2021-02-19 23:30:18 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"npm-package-json-lint-config-default": "^3.0.0"
|
|
|
|
},
|
2021-01-31 13:57:01 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-02-19 23:30:18 +01:00
|
|
|
"author": {
|
|
|
|
"name": "HugoPoi",
|
|
|
|
"url": "https://blog.hugopoi.net/"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0-or-later"
|
2021-01-31 13:57:01 +01:00
|
|
|
}
|