forked from augusto-altman/angular-gettext-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 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
{
"name": "angular-gettext-plugin",
"version": "1.0.1",
"description": "Full Webpack plugin for angular-gettext based on the angular-gettext-cli utility. Inteded for both compilation and extraction.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/augusto-altman/angular-gettext-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"angular-gettext",
"compilation",
"extraction"
],
"author": "Augusto David Altman Quaranta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/augusto-altman/angular-gettext-plugin/issues"
},
"homepage": "https://github.com/augusto-altman/angular-gettext-plugin#readme",
"dependencies": {
"angular-gettext-tools": "2.3.6",
"glob": "7.1.2"
}
}