-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 850 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
{
"title": "Youtube Playlist Player - jQuery Plugin",
"name": "ypp",
"version": "4.0.0",
"description": "jQuery Plugin to play user playlist video",
"keywords": [
"youtube",
"playlist"
],
"homepage": "https://github.com/kiaonline/ypp#readme",
"license": "MIT",
"author": "kiaonline",
"repository": {
"type": "git",
"url": "https://github.com/kiaonline/ypp.git"
},
"dependencies": {
"bootstrap": "4.0.0",
"popper.js": "^1.12.9",
"font-awesome": "^4.7.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
}
}