-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
71 lines (71 loc) · 1.59 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
{
"name": "moment-cldr",
"version": "0.0.1",
"description": "moment.js plugin that uses cldr data for localization",
"dependencies": {
"moment": "2.5.1",
"cldr.js": "0.3.0",
"globalize": "git+http://github.com/jquery/globalize.git#a18e17e95cd98501f448963bbae7f91824556452"
},
"keywords": [
"moment",
"dates",
"globalization",
"internationalization",
"multilingualization",
"localization",
"g11n",
"i18n",
"m17n",
"L10n",
"localize",
"format",
"parse",
"calendars",
"languages",
"locales"
],
"homepage": "https://github.com/moment/moment-cldr",
"author": "Iskren Chernev",
"maintainers": [
{
"name": "Iskren Chernev",
"email": "[email protected]"
},
{
"name": "Rafael Xavier de Souza",
"email": "[email protected]",
"url": "http://rafael.xavier.blog.br"
}
],
"contributors": [
"Rafael Xavier de Souza <[email protected]> (http://rafael.xavier.blog.br)"
],
"main": "./moment-cldr.js",
"repository": {
"type": "git",
"url": "git://github.com/moment/moment-cldr.git"
},
"bugs": {
"url": "http://github.com/moment/moment-cldr/issues"
},
"devDependencies": {
"grunt": "0.4.x",
"mocha": "1.17.1",
"chai": "1.9.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-mocha-test": "0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.org/license"
}
],
"scripts": {
"test": "grunt"
}
}