UNPKG

read-tcx

Version:

Read tcx files (supported files exported from Garmin Connect, Polar Flow, Tapiriik) and convert it to Activity Json Oblect

31 lines (30 loc) 796 B
{ "name": "read-tcx", "version": "1.0.1", "description": "Read tcx files (supported files exported from Garmin Connect, Polar Flow, Tapiriik) and convert it to Activity Json Oblect", "main": "index.js", "dependencies": { "fast-xml-parser": "^2.7.4" }, "devDependencies": { "@types/jasmine": "^2.6.2", "@types/node": "", "jasmine": "^2.8.0" }, "scripts": { "test": "node node_modules/jasmine-node/bin/jasmine-node specs" }, "keywords": [ "TCX" ], "author": "Stratis Christodoulou", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/stratis-vip/read-tcx.git" }, "bugs": { "url": "https://github.com/stratis-vip/read-tcx/issues" }, "homepage": "https://github.com/stratis-vip/read-tcx#readme" }