-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.98 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
{
"name": "biojs-vis-feature",
"description": "A Feature viewer",
"version": "0.0.5",
"homepage": "https://github.com/ljgarcia/biojs-vis-feature",
"author": {
"name": "ljgarcia",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ljgarcia/biojs-vis-feature.git"
},
"bugs": {
"url": "https://github.com/ljgarcia/biojs-vis-feature/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/ljgarcia/biojs-vis-feature/blob/master/LICENSE"
}
],
"main": "lib/biojs-vis-feature",
"scripts": {
"test": "gulp test",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"prepublish": "gulp",
"watch": "gulp watch"
},
"dependencies": {
"biojs-events": "0.0.4",
"jquery": "^2.1.1",
"js-class": "0.0.2",
"raphael": "^2.1.0"
},
"devDependencies": {
"biojs-sniper": "0.0.4",
"blanket": "^1.1.6",
"browserify": "^5.12.1",
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"gulp": "^3.8.8",
"gulp-chmod": "^1.1.1",
"gulp-coveralls": "^0.1.3",
"gulp-gzip": "0.0.8",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"gulp-mocha-phantomjs": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.0.2",
"mkdirp": "^0.5.0",
"mocha": "~1.20.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.2"
},
"keywords": [
"biojs",
"visualization",
"features"
],
"sniper": {
"js": [
"http://code.jquery.com/jquery-1.11.1.min.js",
"https://code.jquery.com/ui/1.11.0/jquery-ui.min.js",
"http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
"/build/viewer.js"
],
"css": [
"https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css"
],
"snippets": [
"snippets"
],
"first": "example"
}
}