-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "ng-translation-gen",
"version": "0.7.5",
"description": "Translation wrapper generator for Angular 2+",
"author": {
"name": "Cyclos development team"
},
"license": "MIT",
"bin": {
"ng-translation-gen": "./ng-translation-gen"
},
"bugs": {
"url": "https://github.com/cyclosproject/ng-translation-gen/issues"
},
"dependencies": {
"argparse": "^1.0.10",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7"
},
"devDependencies": {
"rxjs": "^7.8.1"
},
"directories": {},
"homepage": "https://github.com/cyclosproject/ng-translation-gen#readme",
"keywords": [
"angular",
"codegen",
"i18n"
],
"maintainers": [
{
"name": "ameyer75",
"email": "andresmq@gmail.com"
},
{
"name": "luisfpg",
"email": "lfpg.dev@gmail.com"
}
],
"optionalDependencies": {},
"private": false,
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/cyclosproject/ng-translation-gen.git"
},
"scripts": {}
}