-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 971 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
{
"name": "tess_widgets",
"version": "1.1.1",
"description": "Embeddable widgets for displaying training events and materials from ELIXIR TeSS (https://tess.elixir-europe.org)",
"repository": {
"type": "git",
"url": "https://github.com/ElixirTeSS/TeSS_widgets.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babelify": "^10.0.0",
"browser-sync": "^2.29.0",
"browserify": "^14.5.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-if": "^2.0.2",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^1.0.0",
"node-sass": "^7.0.3",
"sass": "^1.51.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.0.15",
"marked": "^4.2.5",
"tess_json_api": "github:ElixirTeSS/tess-json-api-client#1.4.0a"
}
}