{
  "description": "Live Localizer widget for lit-html and Polymer",
  "keywords": [
    "polymer",
    "lit-html",
    "web-components",
    "web-component",
    "i18n",
    "internationalization",
    "l10n",
    "localization",
    "xliff"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t2ym/live-localizer.git"
  },
  "homepage": "https://github.com/t2ym/live-localizer#readme",
  "name": "live-localizer",
  "version": "5.0.0",
  "main": "live-localizer.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi",
    "clean": "rm -rvf ./test/coverage-report",
    "demo": "cd demo && gulp",
    "fetch-xliff": "cd demo && gulp fetch-xliff",
    "watch-xliff": "cd demo && gulp watch-xliff",
    "unwatch-xliff": "cd demo && gulp unwatch-xliff"
  },
  "author": "Tetsuya Mori <t2y3141592@gmail.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/t2ym/live-localizer/issues"
  },
  "devDependencies": {
    "@polymer/app-layout": "^3.0.0",
    "@polymer/app-route": "^3.0.0",
    "@polymer/iron-component-page": "^4.0.0",
    "@polymer/iron-demo-helpers": "^3.0.0",
    "@polymer/iron-localstorage": "^3.0.0",
    "@polymer/iron-media-query": "^3.0.0",
    "@polymer/iron-selector": "^3.0.0",
    "@polymer/iron-test-helpers": "^3.0.0",
    "@polymer/test-fixture": "^4.0.2",
    "@webcomponents/webcomponentsjs": "^2.2.3",
    "babel-plugin-transform-es2015-classes": "^6.18.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^4.2.0",
    "coveralls": "^2.11.8",
    "del": "^2.2.2",
    "escodegen": "github:t2ym/escodegen#es2018",
    "espree": "github:t2ym/espree#es2018",
    "firebase-admin": "^5.13.1",
    "firebase-tools": "^3.19.3",
    "gulp": "^4.0.2",
    "gulp-babel": "^6.1.2",
    "gulp-crisper": "^1.1.0",
    "gulp-debug": "^2.1.2",
    "gulp-grep-contents": "0.0.1",
    "gulp-i18n-add-locales": "^0.1.0",
    "gulp-i18n-leverage": "^1.1.0",
    "gulp-i18n-preprocess": "^1.1.1",
    "gulp-if": "^2.0.1",
    "gulp-ignore": "^2.0.1",
    "gulp-match": "^1.0.2",
    "gulp-merge": "^0.1.1",
    "gulp-minify-html": "^1.0.6",
    "gulp-replace": "^0.5.4",
    "gulp-size": "^2.1.0",
    "gulp-sort": "^2.0.0",
    "gulp-sourcemaps": "^1.12.1",
    "gulp-uglify": "^1.5.4",
    "gulp-util": "^3.0.7",
    "gulp-vulcanize": "^6.1.0",
    "he": "^1.1.1",
    "i18n-element": "^5.0.0",
    "json-stringify-safe": "^5.0.1",
    "lcov-result-merger": "^1.2.0",
    "merge-stream": "^1.0.1",
    "mocha": "^5.2.0",
    "run-sequence": "^1.2.2",
    "scenarist": "^1.1.9",
    "strip-bom": "^3.0.0",
    "through2": "^2.0.1",
    "wct-istanbul": "^0.14.3",
    "wct-mocha": "^1.0.0",
    "web-component-tester": "^6.9.2",
    "xmldom": "^0.1.27"
  },
  "resolutions": {
    "inherits": "2.0.3",
    "samsam": "1.1.3",
    "supports-color": "3.1.2",
    "type-detect": "1.0.0"
  },
  "dependencies": {
    "@polymer/iron-ajax": "^3.0.0",
    "@polymer/iron-flex-layout": "^3.0.0",
    "@polymer/iron-icon": "^3.0.0",
    "@polymer/iron-icons": "^3.0.0",
    "@polymer/iron-iconset-svg": "^3.0.0",
    "@polymer/iron-image": "^3.0.0",
    "@polymer/iron-overlay-behavior": "^3.0.0",
    "@polymer/iron-pages": "^3.0.0",
    "@polymer/neon-animation": "^3.0.0",
    "@polymer/paper-card": "^3.0.0",
    "@polymer/paper-checkbox": "^3.0.0",
    "@polymer/paper-dialog": "^3.0.0",
    "@polymer/paper-fab": "^3.0.0",
    "@polymer/paper-icon-button": "^3.0.0",
    "@polymer/paper-ripple": "^3.0.0",
    "@polymer/paper-tooltip": "^3.0.0",
    "@polymer/polymer": "^3.4.1",
    "@vaadin/vaadin-grid": "^5.2.6",
    "dexie": "^1.4.1",
    "i18n-behavior": "^5.0.0",
    "polymerfire": "github:iceflow19/polymerfire#fa4fcd21c04ff4558d9b4cced48921624595ebec",
    "region-flags": "^1.0.1",
    "web-animations-js": "^2.2.5",
    "xliff-conv": "^1.0.12"
  }
}
