forked from dasmoth/dalliance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "@humanbase/dalliance",
"version": "0.0.6",
"description": "Fast, embeddable genome visualization",
"homepage": "https://www.biodalliance.org/",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git@github.com:aaronkw/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": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-eslint": "^2.0.0",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"jasmine-core": "^2.99.1",
"karma": "~0.13.15",
"karma-browserify": "4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "~0.3.6",
"natives": "^1.1.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "~3.6.1"
},
"main": "build/dalliance-all.js",
"files": [
"build"
],
"scripts": {
"compile": "babel js -d lib && gulp compile-worker"
}
}