This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
119 lines (119 loc) · 5.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
112
113
114
115
116
117
118
119
{
"name": "TADkit",
"version": "0.1.0",
"description": "Frontend Visualization Tool for TADbit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": {
"type": "git",
"url": "https://github.com/3DGenomes/TADkit.git"
},
"author": "Mike Goodstadt",
"license": "ISC",
"bugs": {
"url": "https://github.com/3DGenomes/TADkit/issues"
},
"homepage": "https://github.com/3DGenomes/TADkit",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.12.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^0.3.1"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#~1.6",
"@bower_components/angular-animate": "angular/bower-angular-animate#~1.6",
"@bower_components/angular-aria": "angular/bower-angular-aria#1.6.x",
"@bower_components/angular-awesome-slider": "darul75/angular-awesome-slider#~2.4.4",
"@bower_components/angular-busy": "cgross/angular-busy#~4.1.2",
"@bower_components/angular-file-upload": "nervgh/angular-file-upload#~1.1.5",
"@bower_components/angular-foundation": "yalabot/angular-foundation#~0.5.1",
"@bower_components/angular-material": "angular/bower-material#~1.1",
"@bower_components/angular-messages": "angular/bower-angular-messages#~1.6",
"@bower_components/angular-resizable": "Reklino/angular-resizable#~1.2.0",
"@bower_components/angular-route": "angular/bower-angular-route#~1.6",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#~1.x",
"@bower_components/angular-uuid4": "monicao/angular-uuid4#~0.3.0",
"@bower_components/classie": "desandro/classie#^1",
"@bower_components/d3": "mbostock-bower/d3-bower#~4.0",
"@bower_components/dat-gui": "dataarts/dat.gui#~0.5.0",
"@bower_components/doc-ready": "desandro/doc-ready#1.0.x",
"@bower_components/draggabilly": "desandro/draggabilly#~1.1.2",
"@bower_components/eventEmitter": "Olical/EventEmitter#>=3 <5",
"@bower_components/eventie": "desandro/eventie#^1",
"@bower_components/fastclick": "ftlabs/fastclick#>=0.6.11",
"@bower_components/flow.js": "flowjs/flow.js#~2",
"@bower_components/foundation": "zurb/bower-foundation#~5.5.1",
"@bower_components/get-size": "desandro/get-size#^1.1.8",
"@bower_components/get-style-property": "desandro/get-style-property#^1",
"@bower_components/golden-layout": "hoxton-one/golden-layout#^1.5.8",
"@bower_components/jquery": "jquery/jquery-dist#>= 2.1.0",
"@bower_components/jquery-placeholder": "mathiasbynens/jquery-placeholder#~2.0.7",
"@bower_components/jquery-ui": "components/jqueryui#~1.11.2",
"@bower_components/jquery.cookie": "carhartl/jquery-cookie#~1.4.0",
"@bower_components/matches-selector": "desandro/matches-selector#1.x",
"@bower_components/modernizr": "Modernizr/Modernizr#2.8.3",
"@bower_components/ng-flow": "flowjs/ng-flow#~2",
"@bower_components/outlayer": "metafizzy/outlayer#1.3.x",
"@bower_components/packery": "metafizzy/packery#~1.3.2",
"@bower_components/papaparse": "mholt/PapaParse#~4.1.0",
"@bower_components/threejs": "mrdoob/three.js#*",
"@cgross/angular-busy": "cgross/angular-busy#~4.1.2",
"@flowjs/flow.js": "flowjs/flow.js#~2",
"@flowjs/ng-flow": "flowjs/ng-flow#~2",
"FileSaver": "^0.10.0",
"Modernizr": "Modernizr/Modernizr#2.8.3",
"angular": "angular/bower-angular#~1.7",
"angular-animate": "angular/bower-angular-animate#~1.6",
"angular-aria": "angular/bower-angular-aria#1.6.x",
"angular-awesome-slider": "darul75/angular-awesome-slider#~2.4.4",
"angular-file-upload": "nervgh/angular-file-upload#~1.1.5",
"angular-foundation-bower": "yalabot/angular-foundation#~0.5.1",
"angular-material": "angular/bower-material#~1.1",
"angular-messages": "angular/bower-angular-messages#~1.6",
"angular-resizable": "Reklino/angular-resizable#~1.2.0",
"angular-route": "angular/bower-angular-route#~1.6",
"angular-ui-grid": "^4.0.11",
"angular-ui-router-bower": "angular-ui/angular-ui-router-bower#~1.x",
"angular-uuid4": "monicao/angular-uuid4#~0.3.0",
"classie": "desandro/classie#^1",
"d3": "^5.7.0",
"d3-bower": "mbostock-bower/d3-bower#~3.5.5",
"dat": "dataarts/dat.gui#~0.5.0",
"desandro-get-style-property": "desandro/get-style-property#^1",
"doc-ready": "desandro/doc-ready#1.0.x",
"draggabilly": "desandro/draggabilly#~1.1.2",
"eventie": "desandro/eventie#^1",
"fastclick": "ftlabs/fastclick#>=0.6.11",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"foundation-sites": "zurb/bower-foundation#~5.5.1",
"get-size": "desandro/get-size#^1.1.8",
"golden-layout": "hoxton-one/golden-layout#^1.5.8",
"graceful-fs": "^4.1.10",
"gulp-plumber": "^1.1.0",
"gulp-webserver": "^0.9.1",
"jquery": "jquery/jquery-dist#>= 3.4.0",
"jquery-placeholder": "mathiasbynens/jquery-placeholder#~2.0.7",
"jquery-ui": "components/jqueryui#>=1.12.0",
"jquery.cookie": "carhartl/jquery-cookie#~1.4.0",
"matches-selector": "desandro/matches-selector#1.x",
"minimatch": "^3.0.4",
"opn": "^5.1.0",
"outlayer": "metafizzy/outlayer#1.3.x",
"packery": "metafizzy/packery#~1.3.2",
"papaparse": "mholt/PapaParse#~4.1.0",
"three": "mrdoob/three.js#*",
"wolfy87-eventemitter": "Olical/EventEmitter#>=3 <5",
"xlsx": "^0.11.12"
},
"engines": {
"yarn": ">= 1.0.0"
}
}