forked from alienfast/i18next-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "@alienfast/i18next-loader",
"version": "1.0.14",
"description": "Webpack loader for client embedded i18next locales from json or yaml.",
"main": "index.js",
"scripts": {
"release": "npm publish --access public",
"test": "yarn test:unit",
"test:unit": "mocha",
"test:watch": "mocha -w"
},
"keywords": [
"webpack",
"loader",
"i18next",
"locales",
"yaml",
"json"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/alienfast/i18next-loader"
},
"homepage": "https://github.com/alienfast/i18next-loader",
"maintainers": [
{
"name": "Kevin Ross",
"email": "[email protected]"
}
],
"dependencies": {
"glob-all": "^3.1.0",
"js-yaml": "^3.10.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@alienfast/build": "^3.0.28",
"chai": "^4.1.2",
"mocha": "^5.0.0"
}
}