-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.55 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
{
"name": "genomefeaturecomponent",
"version": "0.1.2",
"description": "Provides SVG View for Genome Features rendered with the Apollo Track Web Service via JBrowse",
"main": "src/GenomeFeatureViewer.js",
"module": "src/GenomeFeatureViewer.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"start": "webpack && webpack-dev-server",
"build": "webpack"
},
"dependencies": {
"babel": "^6.23.0",
"d3": "^5.6.0",
"d3-tip": "^0.9.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.9",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"author": "Nathan Dunn",
"contributors": [
{
"name": "Michael Gargano",
"email": "[email protected]",
"url": "https://github.com/iimpulse"
},
{
"name": "Paul Hale",
"email": "[email protected]",
"url": "https://github.com/pjhale"
},
{
"name": "Nathan Dunn",
"email": "[email protected]",
"url": "https://github.com/nathandunn"
}
],
"homepage": "",
"license": "MIT",
"repository": "https://github.com/GMOD/GenomeFeatureComponent",
"keywords": [
"genome feature viewer",
"genomics",
"genes",
"transcripts"
]
}