-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 841 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
38
{
"name": "guidelines",
"version": "1.0.0",
"description": "Guidelines for clinicians.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"json2csv": "^2.11.0",
"json2xml": "^0.1.2",
"request": "^2.61.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Test\" && exit 1",
"postinstall": "npm cache clean",
"postupdate": "npm prune",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aug2uag/guidelines"
},
"keywords": [
"guidelines",
"biomedical",
"clinic",
"patient",
"surgery",
"disease"
],
"author": "@aug2uag",
"license": "MIT",
"bugs": {
"url": "https://github.com/aug2uag/guidelines/issues"
},
"homepage": "https://github.com/aug2uag/guidelines"
}