forked from globalizejs/globalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.21 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
{
"name": "globalize",
"version": "1.0.0-pre",
"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",
"maintainers": [
{
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
{
"name": "Rafael Xavier de Souza",
"email": "[email protected]",
"url": "http://rafael.xavier.blog.br"
}
],
"contributors": [
"Dave Reed <[email protected]> (http://weblogs.asp.net/infinitiesloop)",
"Richard D. Worth <[email protected]> (http://rdworth.org)",
"Jörn Zaefferer <[email protected]> (http://bassistance.de)",
"Rafael Xavier de Souza <[email protected]> (http://rafael.xavier.blog.br)",
"Legal-Box <[email protected]> (http://www.legal-box.com)",
"Nikolaus Graf (http://www.nikgraf.com)",
"Tobie Langel <[email protected]> (http://tobielangel.com)",
"Boris Moore <[email protected]> (http://www.borismoore.com)"
],
"main": "./dist/globalize-allinone-node.js",
"repository": {
"type": "git",
"url": "git://github.com/jquery/globalize.git"
},
"bugs": {
"url": "http://github.com/jquery/globalize/issues"
},
"dependencies": {
"cldr": "rxaviers/cldr"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
"matchdep": "*"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.org/license"
}
],
"scripts": {
"test": "grunt"
}
}