-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "@kirschbaum-development/laravel-translations-loader",
"version": "1.4.0",
"main": "all.js",
"author": {
"name": "Kirschbaum Development"
},
"description": "A webpack loader to load laravel language files for webpack and i18next",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"keywords": [
"webpack",
"laravel",
"i18n",
"i18next",
"loader"
],
"repository": {
"type": "git",
"url": "https://github.com/kirschbaum-development/laravel-i18n-loader"
},
"homepage": "https://github.com/kirschbaum-development/laravel-i18n-loader",
"maintainers": [
{
"name": "Luis Dalmolin",
"email": "luis@kirschbaumdevelopment.com"
}
],
"dependencies": {
"klaw-sync": "^6.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.11",
"php-array-parser": "^1.0.1"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"test-windows": "node ./node_modules/mocha/bin/mocha"
}
}