primer commit

This commit is contained in:
DanielRamirezGe
2020-02-11 20:37:54 -06:00
commit 0884461ad6
3 changed files with 421 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "coloquio_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://repositorio.acatlan.unam.mx/danielGe/coloquio_api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1"
}
}