{
  "name": "i18n",
  "description": "lightweight translation module with dynamic json storage",
  "version": "0.11.1",
  "homepage": "http://github.com/mashpie/i18n-node",
  "repository": {
    "type": "git",
    "url": "http://github.com/mashpie/i18n-node.git"
  },
  "author": "Marcus Spiegel <marcus.spiegel@gmail.com>",
  "funding": {
    "url": "https://github.com/sponsors/mashpie"
  },
  "main": "./index",
  "keywords": [
    "template",
    "i18n",
    "l10n"
  ],
  "directories": {
    "lib": "."
  },
  "dependencies": {
    "debug": "*",
    "make-plural": "^6.2.1",
    "math-interval-parser": "^2.0.1",
    "messageformat": "^2.3.0",
    "mustache": "^4.0.1",
    "sprintf-js": "^1.1.2"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "cookie-parser": "^1.4.5",
    "express": "^4.17.1",
    "import-fresh": "^3.2.1",
    "jshint": "^2.11.0",
    "mocha": "^7.1.2",
    "should": "*",
    "sinon": "^9.0.2",
    "zombie": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "jshint": "jshint --verbose .",
    "test": "npm run jshint && mocha --exit",
    "test-ci": "npm run jshint && istanbul cover mocha -- --exit"
  },
  "license": "MIT"
}
