-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.7 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
{
"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 <[email protected]>",
"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"
}
}