-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.8 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.8 KB
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
{
"name": "gramoogle",
"version": "4.0.0",
"description": "Gramene search interface",
"main": "index.js",
"gramene": {
"dbRelease": 62,
"reactomeURL": "https://plantreactomedev.gramene.org",
"ensemblURL": "//ensembl.gramene.org",
"ensemblREST": "//data.gramene.org/ensembl62"
},
"scripts": {
"build": "grunt package",
"start": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:warelab/gramoogle"
},
"author": "warelab",
"license": "MIT",
"bugs": {
"url": "https://github.com/warelab/gramoogle/issues"
},
"homepage": "https://github.com/warelab/gramoogle",
"dependencies": {
"axios": "^0.9.1",
"body-parser": "^1.18.2",
"component-closest": "^1.0.1",
"compression": "^1.6.2",
"cors": "^2.8.1",
"dalliance": "git://github.com/ajo2995/dalliance.git#cran",
"email": "^0.2.6",
"express": "^4.15.5",
"flat-to-nested": "^1.0.2",
"gramene-bins-client": "^2.2.13",
"gramene-client-cache": "1.0.0",
"gramene-dbxrefs": "^3.0.4",
"gramene-genetree-vis": "^3.1.8",
"gramene-search-client": "^3.0.4",
"gramene-search-vis": "^4.1.3",
"gramene-taxonomy-with-genomes": "^3.0.9",
"gramene-trees-client": "^2.5.6",
"history": "^4.5.1",
"is-email": "^1.0.0",
"lodash": "^4.3.0",
"mysql": "^2.13.0",
"node-schedule": "^1.2.5",
"normalize.less": "^1.0.0",
"numeral": "^1.5.3",
"path": "^0.12.7",
"q": "^1.2.0",
"query-string": "^4.2.2",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-ga": "2.2.0",
"react-recaptcha": "^2.2.6",
"react-router": "^3.0.2",
"react-tree-menu": "^1.5.0",
"reactify": "^1.1.1",
"reflux": "^0.4.1",
"rss-parser": "2.12.1",
"soap": "^0.18.0",
"tree-model": "^1.0.6",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-jest": "^6.0.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-exec": "^0.4.6",
"grunt-flow": "0.0.3",
"grunt-jasmine-node": "^0.3.1",
"jasmine-expect": "^2.0.0-beta1",
"jasmine-pit": "^2.0.2",
"jit-grunt": "^0.9.1",
"less-plugin-autoprefix": "^1.4.1",
"less-plugin-clean-css": "^1.5.1",
"moment": "^2.10.6",
"q-io": "^1.13.2",
"uglifyify": "^3.0.1"
},
"jest": {
"scriptPreprocessor": "./preprocessor.js",
"unmockedModulePathPatterns": [
"./node_modules/react"
]
}
}