{
  "name": "ez-localize",
  "version": "2.15.1",
  "description": "Super-simple localization of strings in a Node/Browserify application",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/build-library/test-cli",
    "test-browser": "node_modules/build-library/test-browser",
    "watch": "node_modules/build-library/watch",
    "build": "node_modules/build-library/build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mWater/ez-localize.git"
  },
  "keywords": [
    "localize",
    "localizer",
    "internationalize",
    "i18n",
    "translate",
    "browserify"
  ],
  "author": "Clayton Grassick",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/mWater/ez-localize/issues"
  },
  "homepage": "https://github.com/mWater/ez-localize",
  "devDependencies": {
    "@types/chai": "^4.2.21",
    "@types/glob": "^8.0.0",
    "@types/lodash": "^3.10.4",
    "@types/node": "^18.11.9",
    "build-library": "github:mWater/build-library",
    "chai": "~1.9.0",
    "gulp": "^4.0.0",
    "gulp-util": "^2.2.14",
    "husky": "^7.0.2",
    "sinon": "~1.8.2",
    "testem": "~0.6.7",
    "underscore": "^1.6.0",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "acorn": "^8.8.1",
    "acorn-walk": "^8.2.0",
    "glob": "^8.0.3",
    "handlebars": "^4.7.7",
    "lodash": "^3.10.1",
    "minimist": "^1.1.1",
    "module-deps": "^6.2.0",
    "through": "^2.3.8",
    "typescript": "^4.8.4",
    "xlsx": "^0.14.1"
  }
}
