-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "astro-info",
"version": "0.0.0",
"description": "Application for amateur astronomers, astrophotographers and other night sky lovers",
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"keywords": [
"astronomy",
"astrophotography",
"calculation",
"conversion",
"converter",
"coordinate",
"formulae",
"astro",
"right ascension",
"declination",
"degree",
"altitude",
"azimuth"
],
"bugs": {
"url": "https://github.com/sdrazen/astro-info/issues",
"email": "sdrazen@yahoo.com"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sdrazen/astro-info"
},
"author": "Dražen Škrinjarić",
"license": "MIT",
"dependencies": {
"@angular/common": "^14.2.2",
"@angular/compiler": "~14.2.2",
"@angular/core": "^14.2.2",
"@angular/forms": "^14.2.2",
"@angular/google-maps": "^14.2.2",
"@angular/platform-browser": "14.2.2",
"@angular/platform-browser-dynamic": "^14.2.2",
"@angular/router": "^14.2.2",
"rxjs": "^7.5.6",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.3",
"@angular/cli": "^14.2.3",
"@angular/compiler-cli": "^14.2.2",
"@types/jasmine": "4.3.0",
"@types/node": "^18.7.18",
"jasmine-core": "4.4.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-jasmine": "^5.1.0",
"karma-remap-istanbul": "^0.6.0",
"tslint": "^5.20.1",
"typescript": "~4.8.3"
}
}