forked from globalizejs/globalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "globalize",
"version": "0.1.1",
"description": "New age globalization and localization. Formats and parses strings, dates and numbers in over 350 cultures.",
"keywords": [
"utility",
"globalization",
"internationalization",
"multilingualization",
"localization",
"g11n",
"i18n",
"m17n",
"L10n",
"localize",
"format",
"parse",
"translate",
"strings",
"numbers",
"dates",
"times",
"calendars",
"cultures",
"languages",
"locales"
],
"homepage": "https://github.com/jquery/globalize",
"author": "The jQuery Project",
"contributors": [
"Dave Reed <dareed@microsoft.com> (http://weblogs.asp.net/infinitiesloop)",
"Richard D. Worth <rdworth@gmail.com> (http://rdworth.org)",
"Jörn Zaefferer <joern.zaefferer@gmail.com> (http://bassistance.de)",
"Legal-Box <legalbox@eric.brechemier.name> (http://www.legal-box.com)",
"Nikolaus Graf (http://www.nikgraf.com)",
"Tobie Langel <tobie.langel@gmail.com> (http://tobielangel.com)",
"Boris Moore <borismoore@gmail.com> (http://www.borismoore.com)"
],
"main": "./lib/globalize.js",
"repository": {
"type": "git",
"url": "git://github.com/jquery/globalize.git"
},
"bugs": {
"web": "http://github.com/jquery/globalize/issues"
},
"devDependencies": {
"grunt": "0.3.17"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.org/license"
}
]
}