{
  "name": "value-breakpoints",
  "description": "Run specific stuff when value reaches a specific range.",
  "keywords": [
    "value",
    "breakpoints",
    "run",
    "specific",
    "stuff",
    "when",
    "reaches",
    "a",
    "range"
  ],
  "license": "MIT",
  "version": "1.0.11",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/value-breakpoints.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/value-breakpoints/issues"
  },
  "homepage": "https://github.com/IonicaBizau/value-breakpoints#readme",
  "dependencies": {
    "deffy": "^2.2.2",
    "fn-result": "^1.0.3"
  }
}