-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 923 Bytes
/
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
{
"name": "frontend-country-information",
"version": "1.0.0",
"description": "Je vrienden hebben er inmiddels lucht van gekregen dat je kunt programmeren en sindsdien wordt je \r low key gestalkt met verzoekjes om webapplicaties te bouwen. Je vriend Constantijn wil heel graag\r dat je een applicatie voor hem maakt die feitjes over landen kan ophalen, zodat hij cool kan doen \r met zijn wereldse kennis op borrels en verjaardagen.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frederiek107/country-information.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frederiek107/country-information/issues"
},
"homepage": "https://github.com/Frederiek107/country-information#readme",
"dependencies": {
"axios": "^0.21.1"
}
}