forked from tinganho/l10ns
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 2.49 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
{
"name": "l10ns",
"description": "Internationalization workflow and formatting",
"version": "2.6.0",
"homepage": "https://github.com/tinganho/l10ns",
"author": {
"name": "Tingan Ho",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ricardo Machado",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/tinganho/l10ns.git"
},
"bugs": {
"url": "https://github.com/tinganho/l10ns/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tinganho/l10ns/blob/master/LICENSE-MIT"
}
],
"bin": {
"l10ns": "./binaries/l10ns"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "binaries/test"
},
"cldr-data-coverage": "full",
"dependencies": {
"amdefine": "^0.1.0",
"backbone": "~1.1.2",
"backbone-relational": "0.8.8",
"backbone.paginator": "^2.0.0",
"bcp47": "^1.1.2",
"cldr-data": "^36.0.1",
"cldrjs": "^0.5.0",
"commander": "^2.7.1",
"connect-modrewrite": "^0.6.0",
"express": "^4.17.1",
"findup-sync": "^4.0.0",
"glob": "^7.1.6",
"hashids": "~0.1.4",
"helmet": "~0.1.2",
"lunr": "~0.4.3",
"minimatch": "^3.0.4",
"mkdirp": "~0.5.0",
"opn": "5.4.0",
"os-name": "^1.0.3",
"prompt": "^1.3.0",
"q": "~1.0.0",
"requirejs": "~2.1.10",
"superagent": "^6.1.0",
"terminal-colors": "~0.1.3",
"underscore": "^1.13.1",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "~4.1.0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-dot-compiler": "git://github.com/Travix-International/grunt-dot-compiler.git#0.5.121",
"grunt-rev": "^0.1.0",
"grunt-webp": "https://github.com/tinganho/grunt-webp/tarball/master",
"jshint-globals": "~0.1.0",
"mocha": "^8.2.0",
"moment": "^2.8.3",
"moment-timezone": "^0.2.4",
"proxyquire": "~0.5.1",
"sinon": "~1.8.2",
"sinon-chai": "~2.5.0"
},
"keywords": [
"internationalization",
"localization",
"globalization",
"translation",
"tool",
"g11n",
"i18n",
"l10n",
"cli",
"icu",
"messageformat",
"pluralformat",
"selectformat",
"selectordinalformat",
"numberformat",
"dateformat"
]
}