-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "genoverse",
"version": "3.0.0",
"description": "Genoverse is a portable, customizable, back-end independent JavaScript and HTML5 based genome browser which allows the user to explore data in a dynamic and interactive manner.",
"main": "js/Genoverse.js",
"directories": {
"lib": "js",
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha $(find test/require/*.js -print0 | xargs -r0 -I {} echo -n '--require {} ') --no-timeouts --recursive",
"build": "node utils/makeExpanded.js; webpack",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wtsi-web/Genoverse.git"
},
"author": "Simon Brent",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wtsi-web/Genoverse/issues"
},
"homepage": "http://wtsi-web.github.io/Genoverse/",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.23.5",
"canvas": "latest",
"del": "^3.0.0",
"expect": "1.20.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"jquery-ui-bundle": "^1.12.1",
"jquery.mousehold": "^2.0.0",
"jquery.mousewheel": "^3.1.9",
"jsdom": "latest",
"mocha": "latest",
"run-sequence": "^2.2.1",
"tipsy-1a": "^1.0.0",
"webpack": "latest"
}
}