-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "jquery-youtube-url-to-fullscreen-video-lightbox",
"version": "0.1.2",
"description": "gulp tasks for yu2fvl jquery plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkylmnx/jQuery-Youtube-Url-To-FullScreen-Video-Lightbox.git"
},
"author": "darkylmnx <darkun91@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/darkylmnx/jQuery-Youtube-Url-To-FullScreen-Video-Lightbox/issues"
},
"homepage": "https://github.com/darkylmnx/jQuery-Youtube-Url-To-FullScreen-Video-Lightbox#readme",
"devDependencies": {
"deap": "^1.0.0",
"fancy-log": "^1.2.0",
"gulp": "~3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"isobject": "^2.0.0",
"jshint": "^2.9.1",
"through2": "^2.0.1",
"uglify-js": "^2.6.2",
"uglify-save-license": "^0.4.1",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}