forked from igvteam/igv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "igv",
"version": "2.0.0-rc2",
"description": "Embeddable genomic visualization component based on the Integrative Genomics Viewer",
"main": "dist/igv.esm.js",
"files": [
"dist/**"
],
"scripts": {
"prepack": "grunt"
},
"author": {
"name": "Jim Robinson",
"email": "[email protected]",
"url": "https://igv.org"
},
"bugs": {
"url": "https://github.com/igvteam/igv.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"homepage": "https://igv.org",
"keywords": [
"IGV",
"genomics",
"visualization"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/igvteam/igv.js.git"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"grunt-babel": "^7.0.0",
"load-grunt-tasks": "^4.0.0"
},
"dependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify-es": "^3.3.0"
}
}