{
  "name": "anytv-i18n",
  "version": "2.2.1",
  "description": "A module for globalization",
  "main": "index.js",
  "dependencies": {
    "anytv-node-importer": "0.0.7",
    "async": "^3.2.0",
    "axios": "^0.21.1",
    "lodash": "^4.16.4"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "esdoc": "^0.4.3",
    "eslint-plugin-json": "^1.3.2",
    "grunt": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-rollup": "^11.5.0",
    "gruntify-eslint": "^5.0.0",
    "mocha": "^3.1.1",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "^9.0.13",
    "rollup": "^2.42.3",
    "should": "^11.2.1"
  },
  "scripts": {
    "start": "grunt",
    "build": "grunt build",
    "test": "grunt test",
    "test-dev": "export NODE_ENV=test && mocha --watch --recursive -R spec -t 5000 -s 100",
    "prepare": "grunt build"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "translations/.gitkeep"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/anyTV/anytv-i18n.git"
  },
  "keywords": [
    "channel",
    "youtube"
  ],
  "author": "anyTV",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/anyTV/anytv-i18n/issues"
  },
  "homepage": "https://github.com/anyTV/anytv-i18n"
}
