{
  "name": "jstodotxt",
  "version": "0.10.0",
  "author": "John Hobbs <john@velvetcache.org>",
  "description": "a library for working with todo.txt formatted files",
  "contributors": [
    {
      "name": "bartlibert",
      "url": "https://github.com/bartlibert"
    },
    {
      "name": "Ryan Gaus",
      "url": "https://github.com/1egoman"
    },
    {
      "name": "Davide Ferrero",
      "url": "https://github.com/davideferre"
    },
    {
      "name": "Kirill Goncharov",
      "url": "https://github.com/xuhcc"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jmhobbs/jsTodoTxt.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node test/runner.js",
    "build": "uglifyjs --compress --mangle --source-map --output jsTodoTxt.min.js jsTodoTxt.js jsTodoExtensions.js"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^7.27.0",
    "jasmine": "^3.2.0",
    "uglify-js": "^3.4.9"
  },
  "license": "MIT",
  "main": "jsTodoTxt"
}
