gopro-utils
Version:
Extract metadata from GoPro videos
34 lines (33 loc) • 761 B
JSON
{
"name": "gopro-utils",
"version": "0.0.4",
"description": "Extract metadata from GoPro videos",
"main": "gpmd-extract.js",
"dependencies": {
"cliparse": "^0.3.1",
"gopro-telemetry": "^1.1.35",
"gpmf-extract": "0.1.21"
},
"devDependencies": {},
"bin": {
"gpmd-extract": "./gpmd-extract.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willprice/gopro-utils.git"
},
"keywords": [
"gopro",
"metadata",
"gpmd"
],
"author": "Will Price",
"license": "MIT",
"bugs": {
"url": "https://github.com/willprice/gopro-utils/issues"
},
"homepage": "https://github.com/willprice/gopro-utils#readme"
}