Primer commit
parents
Showing
package.json
0 → 100644
{ | |||
"name": "crisp-chatbot", | |||
"version": "0.0.1", | |||
"description": "Servidor para chatbot de Crisp", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC" | |||
} |
Please register or sign in to comment