-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "iobio.viz",
"version": "0.1.0",
"description": "Streaming Visualization Library",
"main": "src/viz.js",
"scripts": {
"test": "gulp testTravis"
},
"keywords": [
"iobio",
"genomics",
"visualization",
"chart"
],
"dependencies": {
"extend": "^2.0.1",
"selectize": "git+https://github.com/selectize/selectize.js.git"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^10.2.0",
"browserify-istanbul": "^0.2.1",
"coveralls": "^2.11.2",
"d3": "^3.5.5",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.1.6",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.4.1",
"jquery": "^3.0.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"author": "Chase Miller",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iobio/iobio.viz.git"
}
}