This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
forked from tinganho/l10ns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.34 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
{
"name": "@hexadecy/l10ns",
"description": "Internationalization workflow and formatting",
"version": "2.5.0",
"homepage": "https://github.com/tinganho/l10ns",
"author": {
"name": "Tingan Ho",
"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",
"anonymous-insight": "^1.0.1",
"backbone": "~1.1.2",
"backbone-relational": "0.8.8",
"backbone.paginator": "^2.0.0",
"bcp47": "^1.1.2",
"cldr-data": "^33.0.0",
"cldrjs": "^0.4.0",
"commander": "^2.11.0",
"connect-modrewrite": "^0.6.0",
"express": "~3.1.2",
"findup-sync": "~0.1.1",
"glob": "~3.2.8",
"hashids": "~0.1.4",
"helmet": "~0.1.2",
"lunr": "~0.4.3",
"mkdirp": "~0.5.0",
"open": "0.0.3",
"os-name": "^1.0.3",
"prompt": "~0.2.12",
"q": "~1.0.0",
"requirejs": "~2.1.10",
"superagent": "~0.17.0",
"terminal-colors": "~0.1.3",
"underscore": "~1.5.2",
"update-notifier": "^0.2.2"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "~4.1.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.1.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-rev": "^0.1.0",
"grunt-webp": "https://github.com/tinganho/grunt-webp/tarball/master",
"jshint-globals": "~0.1.0",
"l10ns-template": "^1.0.0",
"mocha": "~1.8.1",
"moment": "^2.8.3",
"moment-timezone": "^0.2.5",
"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"
]
}