Files
async-programming-promises/package.json

27 lines
725 B
JSON

{
"name": "async-programming-promises",
"version": "1.0.0",
"description": "Source code for the Pluralsight course JavaScript Promises and Async Programming",
"main": "index.js",
"scripts": {
"dev": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taylonr/async-programming-promises.git"
},
"author": "Nate Taylor (taylonr@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/taylonr/async-programming-promises/issues"
},
"homepage": "https://github.com/taylonr/async-programming-promises#readme",
"dependencies": {
"express": "^4.17.1",
"json-server": "^0.15.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}