-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.88 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "biojs-vis-circularfv",
"description": "circular feature viewer",
"version": "0.0.1",
"homepage": "https://github.com/jmVillaveces/biojs-vis-circularfv",
"author": {
"name": "jmVillaveces",
"email": "secevalliv@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jmVillaveces/biojs-vis-circularfv.git"
},
"bugs": {
"url": "https://github.com/jmVillaveces/biojs-vis-circularfv/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/jmVillaveces/biojs-vis-circularfv/blob/master/LICENSE"
}
],
"main": "lib/fv.js",
"scripts": {
"build": "gulp build",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"prepublish": "gulp",
"sniper": "biojs-sniper .",
"watch": "gulp watch"
},
"dependencies": {
"biojs-events": "0.0.4",
"js-class": "0.0.2",
"js-extend": "0.0.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"biojs-sniper": "^0.0.4",
"browserify": "5.x",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-chmod": "^1.1.1",
"gulp-gzip": "0.0.8",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"mkdirp": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
},
"shields": {
"test": {
"img": "https://travis-ci.org/jmVillaveces/biojs-vis-circularfv.svg?branch=master",
"href": "https://travis-ci.org/jmVillaveces/biojs-vis-circularfv"
}
},
"sniper": {
"js": [
"//cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js", "http://zeptojs.com/zepto.min.js", "/build/biojsviscircularfv.js"
],
"snippets": [
"snippets"
],
"first": "simple_example"
},
"keywords": [
"circular",
"feature",
"viewer",
"genome",
"biojs"
]
}