Files
d3-course/package.json
2021-03-04 20:06:19 -03:00

16 lines
284 B
JSON

{
"name": "d3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-handlebars": "^5.2.1"
}
}