Files
async-programming-promises/package.json
2019-10-23 07:41:03 -05:00

24 lines
667 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": {
"api": "json-server "
},
"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"
}
}