forked from formatjs/formatjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "react-intl",
"version": "1.0.1",
"description": "React mixin for internationalization.",
"keywords": [
"intl",
"i18n",
"react",
"reactjs"
],
"author": "Caridy Patino <caridy@gmail.com>",
"contributors": [
"Eric Ferraiuolo <eferraiuolo@gmail.com>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yahoo/react-intl/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:yahoo/react-intl.git"
},
"main": "index.js",
"jsnext:main": "src/main.js",
"browser": "browser.js",
"dependencies": {
"intl-format-cache": "2.0.1",
"intl-messageformat": "1.0.1",
"intl-relativeformat": "1.0.0",
"react": ">=0.11.2 <0.13.0"
},
"devDependencies": {
"es5-shim": "^4.0.3",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-bundle-jsnext-lib": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-extract-cldr-data": "1.1.0",
"grunt-saucelabs": "^8.3.2",
"intl": "^0.1.4",
"mocha": "^2.0.1"
},
"scripts": {
"prepublish": "grunt",
"travis": "./tests/smoke/saucelabs.sh"
},
"homepage": "https://github.com/yahoo/react-intl"
}