forked from i18next/i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "i18next",
"version": "2.1.0",
"description": "i18next internationalization framework",
"main": "./bin/index.js",
"keywords": [
"i18next",
"internationalization",
"i18n",
"translation",
"localization",
"l10n",
"globalization",
"gettext"
],
"homepage": "http://i18next.com",
"bugs": "https://github.com/i18next/i18next/issues",
"repository": {
"type": "git",
"url": "https://github.com/i18next/i18next.git"
},
"dependencies": {},
"devDependencies": {
"babel": "5.8.21",
"babel-eslint": "4.1.8",
"babelify": "6.2.0",
"brfs": "1.4.3",
"browserify": "12.0.1",
"browserify-istanbul": "0.2.1",
"chai": "3.5.0",
"coveralls": "2.11.6",
"eslint": "1.10.3",
"gulp": "3.9.0",
"gulp-babel": "5.2.1",
"gulp-bump": "1.0.0",
"gulp-eslint": "1.1.1",
"gulp-filter": "3.0.1",
"gulp-git": "1.7.0",
"gulp-if": "2.0.0",
"gulp-prompt": "0.1.2",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tag-version": "1.3.0",
"gulp-uglify": "1.5.1",
"istanbul": "gotwarlost/istanbul#source-map",
"i18next-browser-languagedetector": "0.0.14",
"i18next-localstorage-cache": "0.0.4",
"i18next-sprintf-postprocessor": "0.0.6",
"i18next-xhr-backend": "0.3.0",
"karma": "0.13.19",
"karma-browserify": "5.0.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.2",
"karma-cli": "0.1.2",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-coveralls": "1.1.2",
"karma-expect": "1.1.1",
"karma-mocha": "0.2.1",
"karma-phantomjs-launcher": "1.0.0",
"karma-sinon": "1.0.4",
"karma-spec-reporter": "0.0.23",
"mocha": "2.4.5",
"phantomjs": "1.9.19",
"sinon": "1.17.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.6.1",
"yargs": "3.32.0"
},
"scripts": {
"test": "gulp test_ci"
},
"author": "Jan Mühlemann <[email protected]> (https://github.com/jamuhl)",
"license": "MIT"
}