-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.62 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
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
66
{
"name": "eplant_plant_efp",
"contributors": [
{
"name": "Alexander Sullivan",
"email": "[email protected]",
"url": "https://alexjsully.me/"
},
{
"name": "Asher Pasha"
},
{
"name": "Youyang Li",
"email": "[email protected]"
},
{
"name": "Nicholas Provart",
"email": "[email protected]",
"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": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.1"
},
"main": "tissueExpressionBAR.js",
"scripts": {
"eslint": "eslint --fix ./ --ignore-path .prettierignore",
"eslint:check": "eslint ./ --ignore-path .prettierignore",
"pre-commit": "npm run prettier && npm run eslint",
"prettier": "prettier --write ./",
"prettier:check": "prettier --check ./"
},
"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"
}