mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"name": "globalize",
|
|
"version": "0.1.1",
|
|
"description": "New age globalization and localization. Formats and parses strings, dates and numbers in over 350 cultures.",
|
|
"filename": "globalize.min.js",
|
|
"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": "joern.zaefferer@gmail.com",
|
|
"url": "http://bassistance.de"
|
|
},
|
|
{
|
|
"name": "Rafael Xavier de Souza",
|
|
"email": "rxaviers@gmail.com",
|
|
"url": "http://rafael.xavier.blog.br"
|
|
}
|
|
],
|
|
"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)",
|
|
"Rafael Xavier de Souza <rxaviers@gmail.com> (http://rafael.xavier.blog.br)",
|
|
"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": "./dist/globalize-allinone-node.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jquery/globalize.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/jquery/globalize/issues"
|
|
},
|
|
"dependencies": {
|
|
"cldrjs": "0.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-compare-size": "0.4.0",
|
|
"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",
|
|
"gzip-js": "0.3.2",
|
|
"matchdep": "*"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jquery/globalize/blob/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/jquery/globalize.git",
|
|
"basePath": "/dist",
|
|
"files": [
|
|
"*/*",
|
|
"*"
|
|
]
|
|
}
|
|
}
|