forked from rxaviers/cldr-data-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 939 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
{
"name": "cldr-data",
"version": "29.0.1",
"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"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rxaviers/cldr-data-npm/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "Rafael Xavier de Souza",
"email": "rxaviers@gmail.com",
"url": "http://rafael.xavier.blog.br"
},
"main": "index.js",
"scripts": {
"install": "node install.js",
"test": "grunt && node test/index.js"
},
"dependencies": {
"cldr-data-downloader": "0.2.x",
"glob": "5.x.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-dco": "0.0.3",
"matchdep": "*"
}
}