{
  "name": "fit-parser",
  "version": "0.10.1",
  "description": "Parse a written workout into a set of workout objects",
  "keywords": [
    "fitness",
    "swimming",
    "workouts",
    "sets",
    "parser"
  ],
  "homepage": "https://github.com/duereg/fit-parser",
  "bugs": "https://github.com/duereg/fit-parser/issues",
  "author": {
    "name": "Matt",
    "email": "",
    "url": "https://github.com/duereg"
  },
  "main": "./lib/parser/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/duereg/fit-parser.git"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text-summary mocha 'test/**/*.spec.js'"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "moment": "^2.29.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^8.3.2",
    "nyc": "^15.1.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
