mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-12 03:15:12 +00:00
Initial commit 🚀
This commit is contained in:
14
3-asynchronous-JS/final/package.json
Normal file
14
3-asynchronous-JS/final/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "3-asynchronous-js",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"superagent": "^5.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user