{
  "name": "wilster-trans",
  "version": "0.9.6",
  "description": "Ultra simple translation / i18n library that support multiple languages that are stored in JSON.",
  "main": "./index.js",
  "scripts": {
    "testRun": "./bin/wilster-trans.js run -s ./example/src -o ./example/translations -l en,da,no",
    "test": "./node_modules/mocha/bin/mocha example/testLoad.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LaustAxelsen/wilster-trans"
  },
  "keywords": [
    "translation",
    "trans",
    "polyglot",
    "languages",
    "lang",
    "i18n",
    "i18",
    "react",
    "angular",
    "vue",
    "intl",
    "ling",
    "translate",
    "json",
    "react-native"
  ],
  "author": "Laust Axelsen",
  "license": "MIT",
  "bin": {
    "wilster-trans": "./bin/wilster-trans.js"
  },
  "devDependencies": {
    "async": "^2.6.0",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "prop-types": "^15.6.0",
    "react": "^16.1.1"
  },
  "dependencies": {
    "commander": "^2.15.1",
    "fs": "0.0.1-security",
    "node-dir": "^0.1.17",
    "path": "^0.12.7",
    "underscore": "^1.8.3"
  }
}
