-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "hackaton_serpro",
"version": "1.0.0",
"description": "Github para o desenvolvimento do chatbot para aproximar o governo da população. Desenvolvido de 16 a 18 de dezembro no Hackathon Serpro.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ludimila/HackathonSerpro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ludimila/HackathonSerpro/issues"
},
"homepage": "https://github.com/ludimila/HackathonSerpro#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"node-fetch": "^1.6.3",
"node-wit": "^4.2.0",
"request": "^2.79.0"
}
}