Files
JavaScript/package.json
Tapajyoti Bose 412995ac09 Added Web-Programming (Open Weather Maps data fetch) (#196)
* Added Web-Programming (Open Weather Maps data fetch)

* update

Co-authored-by: itsvinayak <itssvinayak@gmail.com>
2020-06-21 22:08:29 +05:30

13 lines
340 B
JSON

{
"name": "javascript",
"version": "1.0.0",
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TheAlgorithms",
"license": "GPL-3.0",
"dependencies": {
"node-fetch": "2.6.0"
}
}