forked from ebi-uniprot/ProtVista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 2.6 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ProtVista",
"description": "Protein feature viewer (uniprot annotation, variants, proteomics, ...)",
"version": "2.0.5",
"homepage": "https://github.com/ebi-uniprot/ProtVista",
"author": "UniProt",
"contributors": [
{
"name": "Leyla Jael Garcia Castro",
"email": "[email protected]"
},
{
"name": "Xavier Watkins",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ebi-uniprot/ProtVista.git"
},
"bugs": {
"url": "https://github.com/ebi-uniprot/ProtVista/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/ebi-uniprot/ProtVista/blob/master/LICENSE"
}
],
"main": "src/FeaturesViewer",
"config": {
"classname": "FeaturesViewerTest",
"outputfile": "reports/TEST-FeaturesViewerTest.xml"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"prepublish": "gulp",
"sniper": "sniper .",
"watch": "gulp watch"
},
"dependencies": {
"d3": "^3.4.13",
"file-saver": "^1.3.2",
"jquery": "^2.1.4",
"jszip": "^3.1.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^1.9.1",
"coveralls": "^2.11.4",
"del": "^0.1.3",
"gulp": "^3.9.0",
"gulp-chmod": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.2.0",
"gulp-gzip": "0.0.8",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^1.0.0",
"gulp-mocha-phantomjs": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.x",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"mkdirp": "^0.5.0",
"mocha": "~1.20.1",
"mocha-sonar-reporter": "^0.1.2",
"phantomjs": "^1.9.1",
"sinon": "^1.17.3",
"sniper": "^0.2.16",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.2.3",
"xunit-file": "0.0.6"
},
"shields": {
"test": {
"img": "https://travis-ci.org/ebi-uniprot/ProtVista.svg?branch=master",
"href": "https://travis-ci.org/ebi-uniprot/ProtVista"
}
},
"sniper": {
"js": [
"/build/protvista.js"
],
"css": [
"/build/css/main.css"
],
"snippets": [
"snippets"
],
"first": "simple_example"
},
"keywords": [
"feature viewer",
"uniprot",
"biojs",
"protein features viewer",
"protein feature viewer",
"variation",
"proteomics",
"domains",
"protein"
]
}