-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 760 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
27
28
{
"name": "medbot",
"version": "1.0.0",
"description": "This is a bot which can respond to your queries relating to medicinal field and was built for a hackathon ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adnrs96/Medbot.git"
},
"author": "adnrs96",
"license": "ISC",
"bugs": {
"url": "https://github.com/adnrs96/Medbot/issues"
},
"homepage": "https://github.com/adnrs96/Medbot#readme",
"dependencies": {
"body-parser": "^1.15.2",
"child_process": "^1.0.2",
"express": "^4.14.0",
"mongodb": "^2.2.9",
"natural": "^0.4.0",
"request": "^2.74.0"
}
}