-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "genomics-workspace",
"version": "1.0.0",
"scripts": {
"build": "npm install && webpack && python2.7 setup.py"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/NAL-i5K/genomics-workspace.git"
},
"author": "i5k Workspace <[email protected] >",
"license": "SEE LICENSE IN LICENCE.md",
"bugs": {
"url": "https://github.com/NAL-i5K/genomics-workspace/issues"
},
"homepage": "https://github.com/NAL-i5K/genomics-workspace#readme",
"devDependencies": {
"jshint": "^2.9.6",
"prettier": "1.13.0"
},
"dependencies": {
"Respond.js": "https://github.com/scottjehl/Respond/archive/1.4.0.tar.gz",
"backbone": "^1.1.2",
"bootstrap": "^3.3.7",
"bootstrap-select": "^1.6.3",
"bootstrap-switch": "^3.0.2",
"chroma-js": "https://github.com/gka/chroma.js/archive/v0.6.1.tar.gz",
"codemirror": "^4.5.0",
"copy-webpack-plugin": "^4.5.1",
"d3": "^3.5.12",
"datatables-tabletools": "^2.2.2",
"datatables.net-bs": "^1.10.9",
"datatables.net-colreorder": "^1.5.1",
"datatables.net-colreorder-dt": "^1.5.1",
"datatables.net-dt": "^1.10.16",
"disable-output-webpack-plugin": "^1.0.1",
"jquery": "^1.11.1",
"jquery-hoverintent": "^1.9.0",
"jquery-ui-dist": "^1.12.0",
"jquery-ui-themes": "^1.12.0",
"jquery-validation": "^1.14.0",
"jquery.dragscrollable": "^1.0.0",
"marked": "^0.3.19",
"underscore": "^1.7.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}