Files
coloquio_api/package.json
T

21 lines
415 B
JSON
Raw Normal View History

2020-02-11 20:37:54 -06:00
{
"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"
}
}