-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
48 lines (48 loc) · 1019 Bytes
/
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
{
"name": "cldr-data",
"version": "36.0.2",
"keywords": [
"unicode",
"CLDR",
"JSON",
"data"
],
"description": "Npm module for Unicode CLDR JSON data",
"homepage": "https://github.com/rxaviers/cldr-data-npm",
"repository": {
"type": "git",
"url": "git://github.com/rxaviers/cldr-data-npm.git"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/rxaviers/cldr-data-npm/blob/master/LICENSE"
}
],
"author": {
"name": "Rafael Xavier de Souza",
"email": "rxaviers@gmail.com",
"url": "http://rafael.xavier.blog.br"
},
"main": "index.js",
"files": [
"DCO.md",
"index.js",
"install.js",
"urls.json"
],
"scripts": {
"install": "node install.js",
"test": "grunt && node test/index.js"
},
"dependencies": {
"cldr-data-downloader": "1.0.0-1",
"glob": "10.3.12"
},
"devDependencies": {
"grunt": "1.5.x",
"grunt-contrib-jshint": "3.2.x",
"grunt-dco": "0.0.3",
"matchdep": "*"
}
}