-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.06 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
77
78
79
80
81
82
{
"name": "biojs-vis-wigexplorer",
"description": "visualization a wig formatted file",
"version": "0.0.6",
"homepage": "https://github.com/anilthanki/biojs-vis-wigexplorer",
"author": {
"name": "Anil S. Thanki",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/anilthanki/biojs-vis-wigexplorer.git"
},
"bugs": {
"url": "https://github.com/anilthanki/biojs-vis-wigexplorer/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/anilthanki/biojs-vis-wigexplorer/blob/master/LICENSE"
}
],
"main": "lib/biojs-vis-wigexplorer",
"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"
},
"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/anilthanki/biojs-vis-wigexplorer.svg?branch=master",
"href": "https://travis-ci.org/anilthanki/biojs-vis-wigexplorer"
}
},
"sniper": {
"js": [
"http://d3js.org/d3.v2.min.js",
"https://code.jquery.com/jquery-1.11.1.min.js",
"/static/jquery-1.9.1.min.js",
"/static/jquery-ui-1.8.2.custom.min.js",
"/static/jquery.tooltip.js",
"/build/biojsviswigexplorer.js"
],
"css": [
"/static/jquery-ui-1.8.2.css",
"/static/jquery-ui-1.8.2.css"
],
"snippets": [
"snippets"
],
"first": "simple_example"
},
"keywords": [
"wig",
"wigexplorer",
"biojs"
]
}