-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.6 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.6 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "eplant_plant_efp",
"contributors": [
{
"name": "Alexander Sullivan",
"email": "alexjsully.connect@outlook.com",
"url": "https://alexjsully.me/"
},
{
"name": "Asher Pasha"
},
{
"name": "Youyang Li",
"email": "youyang.li@mail.utoronto.ca"
},
{
"name": "Nicholas Provart",
"email": "nicholas.provart@utoronto.ca",
"url": "https://bar.utoronto.ca/"
}
],
"version": "1.0.20",
"private": true,
"description": "Data visualization tool to display tissue expression data for Arabidopsis thaliana",
"devDependencies": {
"eslint": "^10.0.2",
"prettier": "^3.8.1"
},
"main": "tissueExpressionBAR.js",
"scripts": {
"audit:fix": "npm i && npm audit fix",
"eslint": "eslint --fix ./",
"eslint:check": "eslint ./",
"prettier": "prettier --write ./",
"prettier:check": "prettier --check ./",
"regen-package-lock": "rm -rf node_modules package-lock.json */node_modules */package-lock.json && npm run audit:fix",
"validate": "npm run prettier && npm run eslint"
},
"directories": {
"example": "example"
},
"bugs": {
"url": "https://github.com/BioAnalyticResource/ePlant_Plant_eFP/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BioAnalyticResource/ePlant_Plant_eFP.git"
},
"keywords": [
"data",
"data-visualization",
"arabidopsis-thaliana",
"bioinformatics",
"bioinformatics-tool",
"bioinformatics-data",
"bioinformatics-visualization",
"database",
"arabidopsis",
"eplant-plant-efp",
"compendiums",
"svg"
],
"license": "GPL-2.0",
"homepage": "https://github.com/BioAnalyticResource/ePlant_Plant_eFP#readme"
}