forked from globalizejs/react-globalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.43 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
{
"name": "react-globalize",
"version": "0.3.7",
"description": "Bringing the i18n functionality of Globalize, backed by CLDR, to React",
"main": "dist/index.js",
"files": [
"dist/",
"examples/",
"LICENSE",
"README.md",
"src/"
],
"scripts": {},
"keywords": [
"react",
"globalize",
"i18n",
"internationalization",
"translation",
"date",
"currency",
"number",
"format",
"cldr"
],
"author": "jQuery Foundation and other contributors",
"homepage": "https://github.com/jquery-support/react-globalize",
"license": "MIT",
"repository": "jquery-support/react-globalize",
"bugs": "https://github.com/jquery-support/react-globalize/issues",
"peerDependencies": {
"globalize": ">= 1.0.0 || 1.1.0-alpha - 1.1.x",
"react": ">= 0.13.0 < 1.0.0"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"cldr-data": ">=25",
"cldrjs": "^0.4.3",
"enzyme": "^1.2.0",
"eslint": "^1.10.3",
"eslint-config-defaults": "^7.1.1",
"eslint-plugin-react": "^3.11.2",
"globalize": "1.1.x",
"grunt": "^0.4.5",
"grunt-eslint": "^18.0.0",
"grunt-esperanto": "^0.4.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"react": ">= 0.13.0 < 1.0.0",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7"
}
}