forked from igvteam/igv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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": "igv",
"version": "2.2.16",
"description": "Embeddable genomic visualization component based on the Integrative Genomics Viewer",
"main": "dist/igv.esm.js",
"files": [
"dist/**",
"examples/**"
],
"scripts": {
"build": "grunt",
"test": "grunt test",
"grunt": "node node_modules/grunt/bin/grunt",
"prepack": "node_modules/grunt/bin/grunt",
"http-server": "node_modules/http-server/bin/http-server ."
},
"author": {
"name": "Jim Robinson"
},
"contributors": [
{
"name": "Douglass Turner"
}
],
"bugs": {
"url": "https://github.com/igvteam/igv.js/issues"
},
"deprecated": false,
"homepage": "https://igv.org",
"keywords": [
"IGV",
"genomics",
"visualization"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/igvteam/igv.js.git"
},
"browserslist": "> 1%, not dead",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"eslint": "^6.1.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-qunit-puppeteer": "^1.0.13",
"grunt-webpack": "^3.1.3",
"http-server": "^0.11.1",
"sass": "^1.22.9",
"shelljs": "^0.8.3",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {}
}