forked from statgen/locuszoom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.41 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.41 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
{
"name": "locuszoom",
"version": "0.9.0",
"description": "Generate interactive visualizations of statistical genetic data",
"keywords": [
"visualization",
"genetics",
"genes",
"gwas",
"phewas"
],
"homepage": "http://locuszoom.org",
"license": "MIT",
"author": "Christopher Clark <chriclrk@umich.edu>",
"contributors": [
"Matthew Flickinger",
"Ryan Welch",
"Peter VandeHaar",
"Andy Boughton <abought@umich.edu>"
],
"main": "dist/locuszoom.app.min.js",
"engines": {
"node": ">=6.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/statgen/locuszoom.git"
},
"scripts": {
"build": "gulp build",
"test": "gulp test",
"lint": "gulp lint",
"watch": "gulp watch"
},
"dependencies": {
"d3": "3.5.17",
"q": "1.4.1"
},
"devDependencies": {
"del": "~3.0.0",
"eslint": "~5.7.0",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-concat": "~2.6.1",
"gulp-eslint": "~5.0.0",
"gulp-filter": "^5.1.0",
"gulp-mocha": "~6.0.0",
"gulp-rename": "~1.4.0",
"gulp-sass": "~4.0.2",
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify": "~3.0.1",
"gulp-util": "~3.0.8",
"gulp-watch": "~5.0.1",
"gulp-wrap-js": "~0.4.1",
"jsdoc": "^3.5.5",
"jsdom": "~9.12.0",
"mocha": "~5.2.0",
"mocha-jsdom": "~2.0.0",
"should": "^13.2.3",
"sinon": "^6.1.6",
"yargs": "^12.0.2"
}
}