forked from globalizejs/globalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "globalize",
"version": "0.1.0pre",
"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": "http://wiki.jqueryui.com/Globalize",
"author": "The jQuery Project",
"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)",
"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)"
],
"files": [
"./lib/cultures"
],
"main": "./lib/globalize.js",
"repository": {
"type": "git",
"url": "git://github.com/jquery/globalize.git"
},
"bugs": {
"web": "http://github.com/jquery/globalize/issues"
},
"directories": {
"lib": "./lib",
"examples": "./examples"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.org/license"
}
]
}