forked from intermine/bluegenes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "bluegenes",
"version": "1.0.0",
"engines": {
"node": "10.x"
},
"description": "Clojure-based GUI for InterMine",
"scripts": {
"test": "cypress run --headless --quiet --reporter list"
},
"author": "Joshua Heimbach <[email protected]>",
"license": "SEE LICENSE IN LICENCE",
"homepage": "https://github.com/intermine/bluegenes#README",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/intermine/bluegenes.git"
},
"bugs": {
"url": "https://github.com/intermine/bluegenes/issues"
},
"dependencies": {
"@cljs-oss/module-deps": "^1.1.1",
"bootstrap": "^3.3.7",
"bootstrap-material-design": "git+https://github.com/intermine/bootstrap-material-design.git#im-0.0.2",
"chokidar-cli": "^2.1.0",
"cypress-downloadfile": "^1.2.1",
"isomorphic-ws": "^4.0.1",
"less": "1.7.5",
"wait-on": "^3.3.0",
"ws": "^7.3.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.8.0",
"clipboardy": "^2.3.0",
"cypress": "^6.0.0",
"cypress-file-upload": "^5.0.8"
}
}