{
  "name": "mobitel-iso-639-locales",
  "version": "1.1.2",
  "description": "NodeJs module based on ISO-639 for validate and get basic info by locale",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "eslint --quiet --ignore-pattern '/test/' .",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mobitel-ltd/mobitel-iso-639-locales.git"
  },
  "keywords": [
    "iso-639",
    "locale",
    "code",
    "validate",
    "get",
    "mobitel"
  ],
  "author": "Dmitry Furman aka PragmaWolf, Mobitel Ltd <pragmawolf@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mobitel-ltd/mobitel-iso-639-locales/issues"
  },
  "homepage": "https://github.com/mobitel-ltd/mobitel-iso-639-locales#readme",
  "dependencies": {},
  "devDependencies": {
    "eslint": "^4.8.0",
    "eslint-config-google": "^0.9.1",
    "mocha": "^4.0.1"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  }
}
