-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
64 lines (64 loc) · 1.45 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
{
"name": "podigee-podcast-player",
"title": "Podigee Podcast Player",
"homepage": "https://podigee.github.io/podigee-podcast-player",
"version": "0.0.1",
"contributors": [
{
"name": "Benjamin Zimmer",
"email": "[email protected]",
"url": "https://www.podigee.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/podigee/podigee-podcast-player.git"
},
"bugs": {
"url": "https://github.com/podigee/podigee-podcast-player/issues"
},
"license": "MIT",
"keywords": [
"podcasting",
"podigee",
"html5audio",
"audio",
"podcast",
"player"
],
"scripts": {
"build": "node_modules/.bin/gulp",
"dev": "node_modules/.bin/gulp serve"
},
"devDependencies": {
"coffeeify": "^3.0.1",
"coffeescript": "<2.0",
"gulp": "^4.0.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-gzip": "^1.2.0",
"gulp-inject": "^5.0.5",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^5.0.1",
"node-sass": "^4.5.3",
"source-map": "^0.7.3",
"urijs": "^1.17.0"
},
"engines": {
"node": ">=13.13.0",
"yarn": ">=1.22.4"
},
"dependencies": {
"elasticlunr": "^0.9.0",
"jquery": "^2.2.4",
"lodash": "^4.17.13",
"rivets": "^0.9.6",
"sightglass": "^0.2.4",
"tinycolor2": "^1.4.1",
"vtt.js": "^0.13.0"
}
}