-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 950 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
39
40
41
42
43
44
45
{
"name": "i18next-resource-store-loader",
"version": "0.1.3",
"author": {
"name": "atroo ([email protected]) www.atroo.net"
},
"description": "a resStore loader for webpack and i18next",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"keywords": [
"webpack",
"i18next",
"static",
"resource",
"loader"
],
"repository": {
"type": "git",
"url": "https://github.com/atroo/i18next-resource-store-loader"
},
"homepage": "https://github.com/atroo/i18next-resource-store-loader",
"maintainers": [
{
"name": "Robert Krüger",
"email": "[email protected]"
},
{
"name": "Martin Foerster",
"email": "[email protected]"
}
],
"dependencies": {
"lodash": "^4.6.1"
},
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.10",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1"
}
}