This repository was archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "igniteui-angular-i18n",
"version": "1.0.0",
"description": "IgniteUI for Angular localization resources repository",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint 'src/**/*.ts'",
"lint-dist": "tslint 'dist/**/*.d.ts' -c tslint.dist.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgniteUI/igniteui-angular-i18n.git"
},
"keywords": [
"IgniteUI",
"Angular",
"i18n",
"Infragistics"
],
"author": "Infragistics",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgniteUI/igniteui-angular-i18n/issues"
},
"homepage": "https://github.com/IgniteUI/igniteui-angular-i18n#readme",
"devDependencies": {
"@angular-devkit/schematics": "^12.0.0",
"@angular/animations": "^12.0.0",
"@angular/cli": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@types/node": "^10.14.9",
"igniteui-angular": "^12.0.6",
"rxjs": "^6.6.3",
"tslint": "~6.1.0",
"typescript": "^4.2.4",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4"
},
"peerDependencies": {}
}