forked from podigee/podigee-podcast-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.3 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
{
"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": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"keywords": [
"podcasting",
"podigee",
"html5audio",
"audio",
"podcast",
"player"
],
"devDependencies": {
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-gzip": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-s3": "^0.3.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jquery": "^1.11.3",
"lodash": "^3.10.1",
"peaks.js": "bbcrd/peaks.js#9baf3b0",
"rivets": "^0.8.0",
"sightglass": "^0.2.4",
"source-map": "^0.4.4",
"urijs": "^1.17.0"
},
"engines": {
"node": ">=0.10.0"
}
}