Files
complete-node-bootcamp/3-asynchronous-JS/final/package.json
Jonas Schmedtmann 7f81af0ddf Initial commit 🚀
2019-06-13 15:43:15 +01:00

15 lines
265 B
JSON

{
"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"
}
}