-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 973 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
{
"name": "genome-report",
"version": "0.2.1",
"description": "P3 Genome Report Protoype",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/live-server/live-server.js",
"start:dev": "./node_modules/live-server/live-server.js --entry-file=/templates/gr-template.html",
"build": "./test/build-reports.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PATRIC3/genome_report.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PATRIC3/genome_report/issues"
},
"homepage": "https://github.com/PATRIC3/genome_report#readme",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "1.0.0-rc.2",
"commander": "2.14.1",
"d3": "5.0.0",
"handlebars": "^4.7.6",
"handlebars-helpers": "0.10.0",
"jsdom": "15.0.0",
"moment": "2.22.0"
},
"devDependencies": {
"live-server": "^1.2.1"
}
}