-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
82 lines (82 loc) · 1.99 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-keggviewer",
"description": "renders a KEGGML file and displays a KEGG pathway",
"version": "1.1.2",
"homepage": "https://github.com/jmVillaveces/biojs-vis-keggviewer",
"author": {
"name": "José Villaveces",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jmVillaveces/biojs-vis-keggviewer.git"
},
"bugs": {
"url": "https://github.com/jmVillaveces/biojs-vis-keggviewer/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/jmVillaveces/biojs-vis-keggviewer/blob/master/LICENSE"
}
],
"main": "index.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": {
"bootstrap": "^3.3.6",
"bootstrap-slider": "^6.0.7",
"cytoscape": "^2.5.5",
"jquery": "^2.2.0",
"jquery-ui": "^1.10.5",
"nets": "^3.2.0"
},
"devDependencies": {
"biojs-sniper": "^0.2.9",
"browserify": "^9.0.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-chmod": "^1.2.0",
"gulp-gzip": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"mkdirp": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
},
"shields": {
"test": {
"img": "https://travis-ci.org/jmVillaveces/biojs-vis-keggviewer.svg?branch=master",
"href": "https://travis-ci.org/jmVillaveces/biojs-vis-keggviewer"
}
},
"sniper": {
"js": [
"/build/biojsviskeggviewer.js"
],
"css": [
"/dependencies/css/bootstrap-slider.css",
"/dependencies/css/bootstrap.min.css"
],
"snippets": [
"snippets"
],
"first": "simple_example"
},
"keywords": [
"kegg",
"pathway",
"expression",
"protein",
"biojs"
]
}