-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 739 Bytes
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
{
"name": "angular-openweather-app",
"description": "A weather forecast app written in AngularJS based on OpenWeatherMap API calls",
"version": "0.3.3",
"license": "MIT",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/atufkas/angular-openweather-app.git"
},
"scripts": {
"start": "npx serve app",
"test": "scripts/all-tests.sh"
},
"devDependencies": {
"jasmine-core": "^4.1.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ng-scenario": "^1.0.0",
"phantomjs-prebuilt": "^2.1.16"
}
}