-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "js44d",
"version": "1.3.14a",
"description": "4D REST Api Companion Angular library",
"repository": {
"type": "git",
"url": "git+https://github.com/fourctv/JS44D.git"
},
"author": "Julio Carneiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/fourctv/JS44D/issues"
},
"scripts": {
"docs": "compodoc -p tsconfig.json -d ~/Documents/fourctv.github.io/js44D",
"docserve": "compodoc -p tsconfig.json -d ~/Documents/fourctv.github.io/js44D -s -w",
"build": "ng-packagr -p ng-package.json",
"lint": "tslint -p tslint.json",
"test": "ng test"
},
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/fourctv/JS44D#readme",
"bundleDependencies": false,
"deprecated": false,
"dependencies": {},
"peerDependencies": {
"jquery": ">=3.5.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@types/jasmine": "^3.8.2",
"@types/jquery": "^3.5.6",
"@types/kendo-ui": "^2021.2.2",
"@types/node": "^16.4.10",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~7.0.0",
"jquery": "^3.6.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^14.2.2",
"protractor": "~7.0.0",
"rxjs": "^6.6.7",
"ts-node": "^10.1.0",
"tslib": "^2.3.0",
"tslint": "~6.1.3",
"typescript": "^4.6.4",
"zone.js": "^0.11.4"
}
}