forked from intermine/intermine-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 Bytes
/
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
{
"name": "registryapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.4.1",
"body-parser": "~1.15.2",
"bootstrap": "~3.3.7",
"bootstrap-material-design": "^0.5.10",
"connect-slashes": "^1.3.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-jsonschema": "~1.1.6",
"express-session": "^1.15.4",
"forever": "^0.15.3",
"jquery": "~3.2.1",
"leaflet-search": "^2.3.2",
"mongoose": "~4.10.3",
"morgan": "~1.7.0",
"node-async-loop": "^1.2.2",
"node-cron": "^1.2.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"serve-favicon": "~2.3.0",
"swagger-express": "~1.0.5",
"swagger-ui-express": "~2.0.0"
}
}