-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
{
"name": "ilib-webpack-plugin",
"version": "1.3.0",
"main": "./ilib-webpack-plugin.js",
"description": "A plug in for webpack that knows how to load ilib locale data files.",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"webpack",
"loader"
],
"email": "[email protected]",
"author": {
"name": "Edwin Hoogerbeets",
"web": "http://www.translationcircle.com/",
"email": "[email protected]"
},
"contributors": [
{
"name": "Edwin Hoogerbeets",
"email": "[email protected]"
}
],
"files": [
"README.md",
"LICENSE.txt",
"ilib-webpack-plugin.js"
],
"directories": {
"docs": "./docs",
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/ilib-webpack-plugin.git"
},
"engines": {
"node": ">=0.12"
},
"scripts": {
"test": "ant test"
}
}