forked from monarch-initiative/monarch-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.87 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
120
121
122
{
"name": "monarch-app",
"version": "0.0.1",
"license": "BSD-3-Clause",
"description": "Monarch web application and API.",
"main": "lib/monarch/web/webapp_launcher.js",
"scripts": {
"analyze": "rm -rf dist/* && node_modules/webpack/bin/webpack.js --config webpack.build.js --bail --json | analyze-bundle-size",
"build": "gulp build && rm -rf dist/* && node_modules/webpack/bin/webpack.js --config webpack.build.js --bail",
"start": "gulp build && NODE_PATH=lib/monarch node --harmony_destructuring lib/monarch/web/webapp_launcher.js",
"oldstart": "NODE_PATH=lib/monarch USE_BUNDLE=0 node --harmony_destructuring lib/monarch/web/webapp_launcher.js",
"dev": "gulp build && scripts/runWebpackDevServer.sh",
"devp": "gulp build && scripts/runWebpackDevServer.sh production",
"corstest": "USE_LOG_FETCH=1 USE_WEBPACK=1 NODE_PATH=lib/monarch nodemon -d 2 -V --harmony_destructuring -- lib/monarch/web/webapp_launcher.js CORSTest & node node_modules/.bin/webpack-dev-server --port 8081",
"test": "make test",
"lint": "node_modules/.bin/eslint js/ lib/monarch || exit 0"
},
"keywords": [
"Monarch Initiative"
],
"author": "Monarch Initiative <[email protected]>",
"homepage": "http://monarchinitiative.org/",
"repository": {
"type": "git",
"url": "https://github.com/monarch-initiative/monarch-app"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 3.4.0"
},
"dependencies": {
"async": "^1.5.0",
"bbop": "^2.4.3",
"binary": "^0.3.0",
"bootstrap": "^3.3.5",
"core-util-is": "^1.0.1",
"d3": "^3.5.9",
"events": "^1.1.0",
"font-awesome": "^4.5.0",
"hapi": "11.0.2",
"inert": "^3.2.0",
"isarray": "^0.0.1",
"jquery": "^2.1.4",
"jquery-ui": "1.10.5",
"mustache": "^2.2.0",
"phenogrid": "^1.3.8",
"pup-tent": "^0.9.10",
"querystring": "^0.2.0",
"request": "^2.65.0",
"requirejs": "^2.1.20",
"sax": "^1.1.4",
"timers": "^0.1.1",
"underscore": "^1.8.3",
"wait.for": "^0.6.6",
"xml2js": "^0.4.15",
"xmlbuilder": "^4.1.0",
"q": "^1.4.1",
"bbop-manager-golr": "^0.0.4",
"bbop-response-golr": "^0.0.5",
"golr-conf": "^0.0.3",
"bbop-rest-manager": "^0.0.9"
},
"devDependencies": {
"assets-webpack-plugin": "^3.2.0",
"autoprefixer": "^6.1.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.2.0",
"browser-sync": "^2.10.1",
"browser-sync-webpack-plugin": "^1.0.1",
"chai": "^3.4.1",
"css-loader": "^0.23.0",
"cytoscape": "2.6.7",
"del": "^2.1.0",
"eslint": "^1.9.0",
"eslint-loader": "^1.1.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-download": "^0.0.1",
"gulp-git": "^1.6.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-shell": "0.4.3",
"gulp-jsoncombine": "1.0.3",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^1.6.2",
"isparta-instrumenter-loader": "^1.0.0",
"js-yaml": "^3.5.2",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"is-my-json-valid" : "^2.13.1",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"map-stream": "^0.0.6",
"nodemon": "^1.8.1",
"null-loader": "^0.1.1",
"postcss-loader": "^0.8.0",
"raw-loader": "^0.5.1",
"source-map": "^0.5.3",
"style-loader": "^0.13.0",
"through2": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1",
"yuicompressor": "^2.4.8"
},
"bundleDependencies": [],
"private": false,
"bugs": {
"url": "https://github.com/monarch-initiative/monarch-app/issues"
},
"directories": {}
}