-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.79 KB
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
{
"description": "Text formatter with Unicode CLDR Plural Rules and choices support",
"keywords": [
"lit-html",
"web-component",
"web-components",
"i18n",
"internationalization",
"l10n",
"localization",
"format",
"pluralization",
"cldr"
],
"repository": {
"type": "git",
"url": "git+https://github.com/t2ym/i18n-format.git"
},
"homepage": "https://github.com/t2ym/i18n-format#readme",
"name": "i18n-format",
"version": "5.0.0",
"main": "i18n-format.js",
"directories": {
"test": "test"
},
"scripts": {
"demo:build": "polymer build",
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi",
"clean": "rm -rvf ./test/coverage-report"
},
"author": "Tetsuya Mori <t2y3141592@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/t2ym/i18n-format/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-dropdown-menu": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/paper-item": "^3.0.0",
"@polymer/paper-listbox": "^3.0.0",
"@polymer/paper-styles": "^3.0.0",
"@polymer/polymer": "^3.1.0",
"coveralls": "^2.11.8",
"lcov-result-merger": "^1.2.0",
"wct-browser-legacy": "^1.0.1",
"wct-istanbul": "^0.14.3",
"web-animations-js": "^2.3.1",
"web-component-tester": "^6.9.0"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"dependencies": {
"i18n-number": "^5.0.0",
"lit-html": "^2.0.0",
"make-plural": "^4.3.0",
"wc-putty": "^0.1.0"
}
}