forked from ajo2995/dalliance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 780 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 780 Bytes
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
{
"name": "gramene-dalliance",
"version": "0.13.2",
"description": "Fast, embeddable genome visualization",
"homepage": "https://www.biodalliance.org/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:dasmoth/dalliance.git"
},
"dependencies": {
"jszlib": "dasmoth/jszlib",
"es6-promise": "~0.1.1",
"revalidator": "~0.3.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.8.11",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "~2.2.0",
"gulp-rename": "~1.2.0",
"karma": "~0.12.1",
"karma-bro": "~0.2.2",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "~0.8.3"
}
}