-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.27 KB
/
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
{
"name": "research-events-medication-htn",
"version": "0.0.1",
"description": "Mining meaningful hypertension medication events from routinely collected EHR data.",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"test-0.10": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec",
"start": "node index.js",
"debug": "node-debug index.js",
"debug-test": "node-debug node_modules/mocha/bin/_mocha",
"sort": "sort",
"example": "node index.js -a resources/example-data.txt && sort resources/example-data.txt.done > resources/example-data.txt.done.sorted && perl parse_drug_file.pl resources/example-data.txt.done.sorted"
},
"repository": {
"type": "git",
"url": "https://github.com/rw251/research-events-medication-htn.git"
},
"author": "Richard Williams <richard.williams2@manchester.ac.uk>",
"contributors": [],
"license": "MIT",
"homepage": "https://github.com/rw251/research-events-medication-htn",
"dependencies": {
"cash-sort": "0.2.x",
"commander": "2.9.x",
"csv": "^5.1.1",
"event-stream": "3.x.x",
"inquirer": "0.12.x"
},
"devDependencies": {
"chai": "3.x.x",
"istanbul": "0.4.x",
"mocha": "^6.2.2"
}
}