-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
53 lines (53 loc) · 1.28 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": "dalliance",
"version": "0.13.90-alpha.8",
"description": "Fast, embeddable genome visualization",
"homepage": "https://www.biodalliance.org/",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "[email protected]:dasmoth/dalliance.git"
},
"dependencies": {
"es6-promise": "~3.0.2",
"jszlib": "github:dasmoth/jszlib",
"ramda": "^0.21.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "12.0.1",
"eslint": "^2.13.1",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.3",
"gulp-eslint": "^2.0.0",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "1.5.1",
"jasmine-core": "^2.99.1",
"karma": "^3.1.4",
"karma-browserify": "^6.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "~0.3.6",
"natives": "^1.1.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"files": [
"lib",
"css",
"fonts",
"help",
"img",
"build/worker-all.js"
],
"main": "lib/module-exports.js",
"scripts": {
"compile": "babel js -d lib && gulp compile-worker",
"gulp": "gulp"
}
}