{
  "name": "informary",
  "version": "2.0.21",
  "description": "Informary form data marshaling library.",
  "main": "source/Informary.js",
  "scripts": {
    "start": "node source/Informary.js",
    "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-lcov ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
    "test": "./node_modules/.bin/mocha -u tdd -R spec",
    "build": "./node_modules/.bin/gulp build",
    "build-compatible": "GULP_CUSTOM_BUILD_TARGET=compatible ./node_modules/.bin/gulp build",
    "docker-dev-build-image": "docker build ./ -t retold/informary:local",
    "docker-dev-run": "docker run -it -d --name informary-dev -p 12349:8080 -p 5500:5500 -v \"$PWD/.config:/home/coder/.config\"  -v \"$PWD:/home/coder/informary\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/informary:local"
  },
  "mocha": {
    "diff": true,
    "extension": [
      "js"
    ],
    "package": "./package.json",
    "reporter": "spec",
    "slow": "75",
    "timeout": "5000",
    "ui": "tdd",
    "watch-files": [
      "source/**/*.js",
      "test/**/*.js"
    ],
    "watch-ignore": [
      "lib/vendor"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://stevenvelozo@github.com/stevenvelozo/informary.git"
  },
  "author": "steven velozo <steven@velozo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevenvelozo/informary/issues"
  },
  "homepage": "https://github.com/stevenvelozo/informary#readme",
  "devDependencies": {
    "@babel/core": "^7.21.5",
    "@babel/preset-env": "^7.21.5",
    "@testing-library/dom": "^8.13.0",
    "async": "^3.2.3",
    "browserify": "^17.0.0",
    "chai": "4.3.7",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-env": "^0.4.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-terser": "^2.1.0",
    "gulp-util": "^3.0.8",
    "jquery": "^3.6.0",
    "jsdom": "^19.0.0",
    "mocha": "10.2.0",
    "nyc": "^15.1.0",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "cachetrax": "^1.0.0",
    "deep-object-diff": "^1.1.7"
  }
}
