-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 3.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"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 <[email protected]>",
"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"
}
}