forked from joshswan/react-native-globalize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.32 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
{
"name": "react-native-globalize",
"version": "0.7.0",
"description": "Globalization helper for React Native",
"author": "Josh Swan <[email protected]>",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/joshswan/react-native-globalize"
},
"bugs": {
"url": "https://github.com/joshswan/react-native-globalize/issues"
},
"keywords": [
"react native",
"internationalization",
"globalization",
"localization",
"i18n",
"l10n"
],
"files": [
"lib/",
"LICENSE",
"README.md"
],
"scripts": {
"build": "gulp build",
"clean": "rimraf lib/",
"prepublish": "npm run clean && npm run build"
},
"dependencies": {
"cldrjs": "joshswan/cldrjs",
"globalize": "joshswan/globalize",
"moment": "^2.11.2"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"cldr-data": ">=27",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-filter": "^4.0.0",
"gulp-merge-json": "^0.4.0",
"merge-stream": "^1.0.0",
"rimraf": "^2.5.2"
},
"peerDependencies": {
"react-native": ">=0.25.0"
},
"license": "MIT"
}