-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 839 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
{
"name": "i18next-loader",
"version": "0.0.6",
"description": "i18next loader module for webpack",
"main": "index.js",
"scripts": {
"test": "npm run coverage && npm run lint",
"test:watch": "mocha --watch",
"lint": "eslint .",
"coverage": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/kamilglod/i18next-loader.git"
},
"keywords": [
"i18next",
"i18n",
"translate",
"webpack",
"loader"
],
"author": "Kamil Głód @kglod",
"license": "MIT",
"dependencies": {
"cli-color": "^1.1.0",
"i18next": "^2.3.4",
"loader-utils": "^0.2.11"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"eslint": "^2.4.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
}
}