forked from rvalenciano/ngx-cron-jobs-orig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.36 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.36 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ngx-cron-jobs-german",
"version": "7.2.4",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:no-sm": "ng serve --source-map=false",
"build:docs": "ng build --prod --output-path ./docs --base-href /ngx-cron-jobs-german/",
"build:prod": "ng build --prod ",
"test": "ng test --source-map=false",
"lint": "ng lint",
"e2e": "ng e2e",
"build:lib": "ng-packagr -p ng-package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/swisscoder/ngx-cron-jobs-german"
},
"bugs": {
"url": "https://github.com/swisscoder/ngx-cron-jobs-german/issues"
},
"author":
{
"name": "Ste 'swisscoder' G.",
"email": "swisscoder@gmail.com"
},
"contributors": [
{
"name": "Daniel 'yp2' Dereziński",
"email": "daniel.derezinski@gmail.com"
},
{
"name": "Randall Valenciano Fallas",
"email": "ravf.226@gmail.com"
}
],
"keywords": [
"angular",
"cron",
"custom",
"control"
],
"private": false,
"dependencies": {
"@angular/animations": "^7.2.4",
"@angular/common": "^7.2.4",
"@angular/compiler": "^7.2.4",
"@angular/core": "^7.2.4",
"@angular/forms": "^7.2.4",
"@angular/http": "^7.2.4",
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/platform-server": "^7.2.4",
"@angular/router": "^7.2.4",
"bootstrap": "4.0.0-beta.2",
"core-js": "^2.5.7",
"rxjs": "^6.4.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
"@angular-devkit/core": "0.6.8",
"@angular/cli": "7.3.0",
"@angular/compiler-cli": "^7.2.4",
"@angular/language-service": "^7.2.4",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^10.3.5",
"bootstrap": "4.0.0-beta.2",
"codelyzer": "^4.4.0",
"jasmine-core": "^3.1.0",
"jasmine-marbles": "^0.3.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.1.0",
"ng-packagr": "^1.6.0",
"protractor": "^5.3.2",
"rxjs-marbles": "^2.1.0",
"ts-node": "~3.2.0",
"tslint": "^5.10.0",
"typescript": "^3.2.4"
}
}