{
  "name": "@eluvio/elv-abr-profile",
  "version": "1.0.2",
  "description": "A library for generating Eluvio ABR Profiles",
  "homepage": "https://github.com/eluv-io/elv-abr-profile",
  "main": "src/ElvABRProfile.js",
  "scripts": {
    "bump-version": "npm --git-tag-version --no-commit-hooks version patch",
    "test": "mocha --recursive \"./test/**/*.test.js\"",
    "test-quick": "mocha \"./test/ElvABRProfile.quick.test.js\""
  },
  "keywords": [
    "Eluvio",
    "ABR",
    "ingest",
    "content",
    "fabric"
  ],
  "files": [
    "/src",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "author": "Eluvio, Inc.",
  "license": "MIT",
  "dependencies": {
    "crocks": "^0.12.4",
    "fraction.js": "^4.2.0",
    "kind-of": "^6.0.3",
    "luxon": "^2.3.1",
    "objectmodel": "^4.3.0",
    "ramda": "^0.28.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "chai-things": "^0.2.0",
    "eslint": "^8.12.0",
    "google-spreadsheet": "^3.2.0",
    "jsdoc": "^3.6.10",
    "mocha": "^9.2.2"
  }
}
