commit ff6afe395db10bbe0d1be1eeed0b34e3ddbda307 Author: Lemuel Marquez Date: Sun Nov 15 20:51:55 2020 -0600 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..448949a --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "servicio_social_api", + "version": "1.0.0", + "description": "Esta es la segunda version de la api del sistema de servicio social de la fes acatlan ", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://repositorio.acatlan.unam.mx/CIDWA/servicio_social_api.git" + }, + "author": "cidwa", + "license": "ISC" +}