UNPKG

i18n-behavior

Version:

Instant and Modular I18N engine for lit-html and Polymer

99 lines (98 loc) 2.77 kB
{ "description": "Instant and Modular I18N engine for lit-html and Polymer", "keywords": [ "polymer", "polymer3", "lit-html", "web-components", "web-component", "i18n", "internationalization", "l10n", "localization", "format", "customElementsV1" ], "repository": { "type": "git", "url": "git+https://github.com/t2ym/i18n-behavior.git" }, "homepage": "https://github.com/t2ym/i18n-behavior#readme", "name": "i18n-behavior", "version": "5.0.0", "main": "i18n-behavior.js", "directories": { "test": "test" }, "scripts": { "demo": "cd demo; gulp", "build:demo": "polymer build", "build:docs": "polymer build --entrypoint index.html --name esm-unbundled" }, "author": "Tetsuya Mori <t2y3141592@gmail.com>", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/t2ym/i18n-behavior/issues" }, "devDependencies": { "@polymer/iron-component-page": "^4.0.0", "@polymer/iron-demo-helpers": "^3.0.0", "@polymer/iron-flex-layout": "^3.0.0", "@polymer/paper-button": "^3.0.0", "@polymer/paper-input": "^3.0.0", "@polymer/paper-item": "^3.0.0", "@polymer/paper-styles": "^3.0.0", "@polymer/polymer": "^3.1.0", "babel-plugin-transform-es2015-classes": "^6.14.0", "babel-preset-es2015": "^6.16.0", "content-type": "^1.0.2", "coveralls": "^2.11.8", "del": "^2.2.0", "escodegen": "github:t2ym/escodegen#es2018", "espree": "github:t2ym/espree#es2018", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-crisper": "^1.0.0", "gulp-debug": "^2.1.2", "gulp-grep-contents": "0.0.1", "gulp-i18n-add-locales": "^0.1.1", "gulp-i18n-leverage": "^1.1.4", "gulp-i18n-preprocess": "^1.2.3", "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.5", "gulp-replace": "^0.5.4", "gulp-size": "^2.1.0", "gulp-sort": "^2.0.0", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "gulp-vulcanize": "^6.1.0", "json-stringify-safe": "^5.0.1", "lcov-result-merger": "^1.2.0", "merge-stream": "^1.0.0", "run-sequence": "^1.1.5", "strip-bom": "^3.0.0", "through2": "^2.0.1", "wct-browser-legacy": "^1.0.1", "wct-istanbul": "^0.14.3", "web-component-tester": "^6.9.2", "xliff-conv": "^1.0.10" }, "resolutions": { "inherits": "2.0.3", "samsam": "1.1.3", "supports-color": "3.1.2", "type-detect": "1.0.0" }, "peerDependencies": { "@polymer/polymer": "^3.1.0" }, "dependencies": { "deepcopy": "github:t2ym/deepcopy.js#0.6.3-esm.1", "i18n-format": "^5.0.0", "wc-putty": "^0.1.0" } }