forked from rxaviers/cldrjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.31 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
{
"name": "cldrjs",
"version": "0.4.2",
"description": "Simple CLDR traverser",
"keywords": [
"utility",
"globalization",
"internationalization",
"multilingualization",
"localization",
"g11n",
"i18n",
"m17n",
"L10n",
"localize",
"locale",
"cldr",
"json",
"inheritance",
"compiler"
],
"main": "dist/node_main.js",
"files": [
"CHANGELOG.md",
"DCO.md",
"dist/",
"doc/",
"LICENSE-MIT",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/rxaviers/cldrjs.git"
},
"readmeFilename": "README.md",
"author": {
"name": "Rafael Xavier de Souza",
"email": "rxaviers@gmail.com",
"url": "http://rafael.xavier.blog.br"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rxaviers/cldrjs/blob/master/LICENSE-MIT"
}
],
"peerDependencies": {
"cldr-data": ">=25"
},
"devDependencies": {
"cldr-data-downloader": "0.1.x",
"grunt": "0.4.x",
"grunt-compare-size": "0.4.0",
"grunt-contrib-connect": "0.3.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-requirejs": "0.4.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-dco": "0.0.3",
"gzip-js": "0.3.2",
"grunt-mocha": "0.3.x",
"matchdep": "*"
}
}